A nonce security check failed
-
A nonce security check failed, preventing the request from completing as expected. Please try reloading the page and trying again.
I’m getting this error trying to save settings on a development local multisite installation.
Those are my multisite settings:
define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); // Set to false if using subdirectories define('DOMAIN_CURRENT_SITE', env('DOMAIN_CURRENT_SITE')); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define('SITECOOKIEPATH', '');
I’m using Bedrock with Trellis.
Any advices how to debug this?
- The topic ‘A nonce security check failed’ is closed to new replies.