Hello, weird error suddenly on a website that was working fine. Once I am on my Dynamic Page (published only, there are no errors in preview), clicking any Menu links or using wixLocation.to(“/local-page”) throws two different errors in the console (using chrome but have tested in Edge and other chromium based browsers).
-
codeEmbed.js:86 Uncaught TypeError: Failed to execute ‘removeChild’ on ‘Node’: parameter 1 is not of type ‘Node’.
-
breadcrumbs.ts:80 Cross-Origin Read Blocking (CORB) blocked cross-origin response https://sentry.wixpress.com/api/3/store/?sentry_key=8b4e078a51d04e0e9efdf470027f0ec1&sentry_version=7 with MIME type application/json. See Chrome Platform Status for more details.
Using wixLocation.to(“entire web address to what should be internal link”) is working.
It appears somehow my domain is being blocked from Wix storage domains, or something like that.
These link in the web bar (top of browser) change, but nothing happens on screen. Weirdly, if I refresh the browser it finishes the jump to the Menu or wixLocation link and everything seems to continue working as normal.
I also got a CORS error after the refresh, but haven’t replicated that.
I have no Fetch in the front end