• Resolved antonic93

    (@antonic93)


    Hi, I got the error “Nonce error, please reload.” clearing the cache seems to have solved it.

    Is there anything else I can do to prevent the error from reoccurring?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    for nonce , we have 2 possible solution

    1. if your server supports ESI , you can try find the nonce name that causes issue and add it into ESI nonce list , the ESI nonce will be cached for 12 hours , and regenerate before it expires
    2. set page cache to 12 hours or less as every other cache plugin does , so the cache will expire before or alone with the nonce expire
    Thread Starter antonic93

    (@antonic93)

    where can i put cache clear every 12 hours?

    Plugin Support qtwrk

    (@qtwrk)

    you can try :

    1. set cache TTL to lower than 12 hours
    2. set up a cron job of wp cli , to do wp litespeed-purge all every 12 hours
    Thread Starter antonic93

    (@antonic93)

    I think I solved it by excluding the cache on the page where I was getting the error.
    it’s a new registration page created by us

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.