CorrelAid / correlaid_website

Source code for the CorrelAid website
https://correlaid.org
3 stars 0 forks source link

ServiceWorker script at http://localhost:5173/service-worker.js error #685

Closed jstet closed 1 month ago

jstet commented 2 months ago

Uncaught (in promise) TypeError: ServiceWorker script at http://localhost:5173/service-worker.js for scope http://localhost:5173/ threw an exception during script evaluation.

jstet commented 2 months ago

Error only in local development. We prob just need a condition to not run this script if not in production

jstet commented 1 month ago

https://kit.svelte.dev/docs/service-workers#during-development

https://web.dev/articles/es-modules-in-sw

Firefox doesnt support this in dev