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
My extension is working perfectly when I'm building with dev (npm run dev). However, when I use npm run build and try to load the unpacked extension in chrome, chrome gives Service worker registration failed. Status code: 3 and highlights the service worker specification in the manifest as the issue:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My extension is working perfectly when I'm building with dev (
npm run dev
). However, when I usenpm run build
and try to load the unpacked extension in chrome, chrome givesService worker registration failed. Status code: 3
and highlights the service worker specification in the manifest as the issue:Anyone have some ideas of what I can check to see what exactly is going wrong here?
Beta Was this translation helpful? Give feedback.
All reactions