Menu and wixLocation.to to internal pages blocked from Dynamic Pages??!?

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).

  1. codeEmbed.js:86 Uncaught TypeError: Failed to execute ‘removeChild’ on ‘Node’: parameter 1 is not of type ‘Node’.

  2. 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

Have a read of these pages for more info about your error:
https://www.chromium.org/Home/chromium-security/corb-for-developers
https://chromium.googlesource.com/chromium/src/+/master/services/network/cross_origin_read_blocking_explainer.md

Looked through those but not sure what I can do as it seems like Wix functionality is failing here. For example the Wix Menu (not coded) isnt even working?

Tried it in Edge and the error is Unable to get property ‘isConnected’ of undefined or null reference