Call bubble not loading when not logged in in WordPress
-
Hello Everyone
We have the issue that the wrong version of the callus script is loaded when we are not logged in.
in the dev tools we can see the following:
When we are logged in on the wordpress site it loads the callus script like:
https://heinzer-it.ch/wp-content/plugins/wp-live-chat-support/public/js/callus.js?ver=10.0.4when we aren’t it loads it as:
https://heinzer-it.ch/wp-content/cache/min/1/wp-content/plugins/wp-live-chat-support/public/js/callus.js?ver=1661282876In the version:
https://heinzer-it.ch/wp-content/cache/min/1/wp-content/plugins/wp-live-chat-support/public/js/callus.js?ver=1661282876
a lot of content is missing. It cuts line 15 at the char “5224” in the middle of a regex, what will end in a Syntax error:
Uncaught SyntaxError: Invalid regular expression: missing / (at callus.js?ver=1661282876:15:5224)Does anyone know why it loads the wrong callus script when we are not logged in?
I could modify the plugin myself, but since this would most likely make us unable to update, I hope someone know’s what we can change ??Thanks in Advance and have a nice day everyone ??
The page I need help with: [log in to see the link]
- The topic ‘Call bubble not loading when not logged in in WordPress’ is closed to new replies.