Hi everyone,
I’m trying to get my page indexed on google, but somehow on the live test page the crawler met with an error that I can’t explain, please see snapshot below.

a couple of errors from the javascript console message are as following:
(i) - Service worker registration failed: Error: Rejected at wrsParams.serviceWorkers.navigator.serviceWorker.register (:13:648) at window.loadApp …
(ii) - Websocket connection failed Event {isTrusted: false, type: error, target: G, currentTarget: G, eventPhase: 0…}
(iii) - Uncaught runtime error: null at null:null, column null Event {isTrusted: false, type: error, target: G, currentTarget: G, eventPhase: 0…}
(iv) - Uncaught (in promise) Event; https://cvboh.com/:0
I initially thought there’s a problem with my webapp, but I can’t seem to replicate the issue, be it by accessing the website myself, or getting others to test it. My website is https://cvboh.com
Has anybody experienced this error with any of your webapps built with Anvil, and what may be the solution to this? Thanks!