Hi, I am writing in this thread because I have a similar problem. WordPress site on version 6.4.1, Genesis Navigation Pro theme and the server PHP version is 8.0.30.
I have modified the .htacess file by adding the code:
SetEnvIf Request_URI “/$” change_header
Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate” env=change_header
This code does not solve my problem.
Menu in header in mobile version always displayed and menu items without a structure.
Menu in the desktop version remains but an additional box appears with the MENU indication.
I get two error messages in the browser developer tool:
POST https://enriquezorio.com/wp-content/plugins/litespeed-cache/guest.vary.php 404 (Not Found)
(index):323
[LiteSpeed] Start Lazy Load Images (index):323
Uncaught (in promise) SyntaxError: Unexpected token ‘<‘, “<!DOCTYPE “… is not valid JSON
Promise.then (async) VM271:1
(anonymous) @ (index):323
Any alternative recommendations to the one above to solve this issue?
If I deactivate the plugin everything works again as expected.
Thanks for your response and support, best regards.