Weird behavior on activation/deactivation with the last update and litespeed
-
Hi,
once again congrats for the great work.
I’ve noticed an issue from the last update of your plugin. It can be related to Litespeed caching plugin which is a nightmare sometimes.
I’m receiving messages of costumers complaning they have problems activating or deactivating the license key on my WP plugin. This is happening from the last update of your plugin.
I’m doing tests with Postman and actually I can perform an activation or deactivation only the first time, then I have to clear all caches to perform the activation/deactivation for the second time and so on.Wondering if there’s some cookie or nonce of your plugin I can add to Litespeed “exclude” list to avoid this issue.
In my plugin, as an example, i had to add this code to whitelist on Litespeed the following nonce:
// Whitelist the reset password nonce for Litespeed Cache plugin
if ( class_exists( ‘LiteSpeed_Cache_API’ ) ) {
LiteSpeed_Cache_API::nonce_action( ‘rs_user_reset_password_action’ );
}Thanks
- The topic ‘Weird behavior on activation/deactivation with the last update and litespeed’ is closed to new replies.