Can’t change redirects after WP update, 403 rest_forbidden console message
-
Hello,
I’m encountering a problem with the plugin right now, most likely connected to a recent WordPress core update (older 5.x WP version to latest 5.7.2), i.e. the problems started after updating.
It is no longer possible to update the 301 entries in the backend of the plugin. Clicking on the “update” buttons here does not save the updated URLs. There is the following console error message every time I try to update/save an URL:
PUT https://www.[...].com/wp-json/simple301redirects/v1/settings 403 Uncaught (in promise) Error: Request failed with status code 403
Following the json link of the first line of the error message, it shows:
{"code":"rest_forbidden","message":"Sorry, you are not allowed to do that.","data":{"status":401}}
The site uses no security plugins that might block the plugin from accessing rest.
I tried deactivating other plugins but no change.
Any idea what might cause this problem?
Thanks in advance,
bstnstn
- The topic ‘Can’t change redirects after WP update, 403 rest_forbidden console message’ is closed to new replies.