Recently, I was using TranslatePress to add multi-language support to my website, and after I added English, I suddenly found that a lot of Redirect errors appeared in GSC, as shown in the following figure

Here's a look at the errors all appearing on the English page

Initially, the error is caused by the multi-language plugin
Testing with curl

The server reports a 301 code, meaning redirection.
To deal with this, I rummaged around in the TranslatePress backend and finally found the SEO related settings

Here's the last one.
Load legacy SEO Pack Add-On
In case the recent migration to the new slug rewrite is causing trouble, set this to Yes to use the old method
after checking
Testing with curl again

bingo, problem solved!
Re-submit the verification in the GSC backend