403 error when trying to hide “Data Optimization Complete” banner
-
We recently updated this plugin from 3.1.1 to 4.2.1 (yes, quite a big leap, this hasn’t been properly maintained), so far only in our dev environment. After the update, a banner appeared saying that the WP Stateless data needed to be optimized. So we made a backup of our DB, and then started the data optimization. That seems to have gone well, but now we have this banner at the top of the WP admin interface:
WP-Stateless: Data Optimization Complete
Your WP-Stateless data has been optimized. You can now continue using your media as usual.That’s fine, but the problem is that when trying to close this banner nothing happens, and looking in dev tools we can see that this request returns 403:
/<sitename>/wp-admin/admin-ajax.php?_fs_blog_admin=true
Form data: action=stateless_notice_dismiss&key=dismissed_notice_migrations-finished
Any ideas on why this might be happening?
Thanks
The topic ‘403 error when trying to hide “Data Optimization Complete” banner’ is closed to new replies.