After installing and activating the Auth0 plugin, I frequently encounter the message “The link you followed has expired,” and it breaks site functionalities. Users are unable to log out, and Elementor does not work.
I have pinpointed the problem to conflicts that arise when both Elementor and WooCommerce plugins are active. My WordPress site appears not to recognize my session, as evidenced by the 403 error messages with “rest_cookie_invalid_nonce.”
Additionally, I noticed that when Auth0 is not active, the site makes a request to /wp-admin/admin-ajax.php?action=rest-nonce
to retrieve the nonce. This request does not occur when Auth0 is active.
Additional Context
This issue is the SAME as (opened by me) Auth0 is breaking sessions (cache or cookies) #901 and may be related to a known problem: v5.2 nonce/cookie issue causing repeated logouts #895.
wp-auth0 Version
5.2.0
WordPress Version
6.5.3
PHP Version
8.2.13