Login popup can’t be loaded on cached pages
-
This happens when the nonce expires.
action: stm_lms_load_modal
modal: login
nonce: 42d8d558ecThat’s the request which runs when you click on the Login button to open the modal. If that nonce is expired but you are on a cached page, that nonce is still used but it fails load that ajax. Then the login popup is not loaded too. Then the customer is going to contact the customer support to ask what’s going on.
This is frequently happening when you have a long lasting cache on some pages or when the nonce expiration datetime is just after a recent cache cleanup. Then, it forces you to manually cleanup the cache once again every time a customer contacts the customer support.
Please, remove that nonce for the modal loading.
- The topic ‘Login popup can’t be loaded on cached pages’ is closed to new replies.