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
So, vis-à-vis the current problem, I've merged the repo again using SvelteKit Version 1 (npm create svelte@latest my-app), and it works, but I get: Cannot register service worker TypeError in Chrome devtools.
cannot register service worker TypeError: Failed to register a ServiceWorker for scope ('https://lowenergy.vercel.app/') with script ('https://lowenergy.vercel.app/service-worker.js'): ServiceWorker script evaluation failed
&
cannot register service worker TypeError: Failed to register a ServiceWorker for scope ('https://lowenergy.vercel.app/') with script ('https://lowenergy.vercel.app/service-worker.js'): ServiceWorker script evaluation failed
&
cannot register service worker DOMException: Failed to register a ServiceWorker for scope ('https://lowenergy.vercel.app/') with script ('https://lowenergy.vercel.app/service-worker.js'): Operation has been aborted
It's not clear exactly HOW to register this?
The text was updated successfully, but these errors were encountered:
Hello again.
Last June/July I merged your repo into a new one, which worked across the board in Lighthouse: 100%.
So, vis-à-vis the current problem, I've merged the repo again using SvelteKit Version 1 (
npm create svelte@latest my-app
), and it works, but I get:Cannot register service worker TypeError
in Chrome devtools.Here's my progress:
What to look for in devtools:
&
&
It's not clear exactly HOW to register this?
The text was updated successfully, but these errors were encountered: