johngodley / redirection

Manage all your WordPress 301 redirects and monitor 404 errors
https://redirection.me
GNU General Public License v3.0
558 stars 139 forks source link

Redirection Error #3800

Open webdevelopercode opened 9 months ago

webdevelopercode commented 9 months ago
Plugin: 3.5
WordPress: 6.4.3 (single)
PHP: 8.1.27
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
JavaScript: https://v2.thepeopleschemist.com/wp-content/plugins/redirection/redirection.js
REST API: https://v2.thepeopleschemist.com/wp-json/

Error: Cookie check failed (rest_cookie_invalid_nonce)
Raw: {"code":"rest_cookie_invalid_nonce","message":"Cookie check failed","data":{"status":403}}

Error: Cookie check failed (rest_cookie_invalid_nonce)
Raw: {"code":"rest_cookie_invalid_nonce","message":"Cookie check failed","data":{"status":403}}
johngodley commented 5 months ago

It looks like you need to reload the page

lumin888 commented 2 months ago

I also noticed these same cookie nonce errors in the developer console when navigating to any of the links (Redirects | Groups | Site | Log | 404s | Import/Export | Options | Support)

e.g. wp-json/redirection/v1/log/?v=1726128450412

johngodley commented 2 months ago

The same response - it looks like you need to reload the page.

lumin888 commented 2 months ago

Reloading the page reveals the same error?

johngodley commented 2 months ago

Then you can try logging out and logging in again. Basically the error is your cookie is invalid. This is from WordPress, not the plugin itself.

lumin888 commented 2 months ago

No change when logging out and back in. The content in the tabs are still being loaded though. I guess this will remain a mystery.