If you see the error “Incorrect nonce” when trying to submit a new location, it usually means the page has been cached for too long. Nonces in WordPress are time-sensitive security tokens — when a cached version of a page is older than the nonce’s validity period, the submission will fail.
✅ How to Fix It (LiteSpeed Cache)
If you’re using LiteSpeed Cache, follow these steps:
- In your WordPress dashboard, go to LiteSpeed Cache → Cache → TTL.
- Find the setting Public Cache TTL.
- Set this value to 12 hours or less.
- Save your changes.
This ensures that no cached page is served for longer than a nonce remains valid, preventing the “Incorrect nonce” conflict.
💡Tip
If you’re using another caching plugin, look for a similar setting that controls cache expiration time or TTL (Time to Live), and set it to 12 hours or lower.