I’m seeing a few javascript errors relating to jQuery (screenshot: https://imgur.com/a/5pKB8Hk)
Uncaught ReferenceError: jQuery is not defined
at (index):2
(index):67 Uncaught ReferenceError: jQuery is not defined
at grvePrivacyCookieConsent ((index):67)
at (index):67
(index):85 Uncaught ReferenceError: jQuery is not defined
at (index):85
I’m not positive, but if I were to guess, this is probably due to autoptimize and javascript merging/compression. When you’re logged in, javascript is probably not compressed and not causing errors on the front end. I would try disabling autoptimize temporarily and see if that fixes the issue. If so, then you’ll need to play around with the javascript settings (combining, compression, etc..) and try and figure out what needs to be adjusted to stop these errors form happening. I don’t have much experience with autoptimize, so I don’t have any more suggestions than this.
Check that out and let me know if it seems to be the case.