You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I configured the custom domain https://bikeroutes.it and added a redirect (using Cloudflare) so that all requests to bikeroutes.it/Explorer/* are redirected to bikeroutes.it/*.
The app is working but the following error is logged in the Chrome console:
main.d55822f5.chunk.js:1 Error during service worker registration: DOMException: Failed to register a ServiceWorker for scope ('https://bikeroutes.it/Explorer/') with script ('https://bikeroutes.it/Explorer/service-worker.js'): The script resource is behind a redirect, which is disallowed.
(anonymous) @ main.d55822f5.chunk.js:1
We can probably just remove the /Explorer path from everywhere.
The text was updated successfully, but these errors were encountered:
I configured the custom domain https://bikeroutes.it and added a redirect (using Cloudflare) so that all requests to
bikeroutes.it/Explorer/*
are redirected tobikeroutes.it/*
.The app is working but the following error is logged in the Chrome console:
We can probably just remove the
/Explorer
path from everywhere.The text was updated successfully, but these errors were encountered: