-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service worker show error in console while deploying to firebase #2308
Labels
Comments
Hi @andrantis! It looks like you need to upgrade to |
Ah.. yes, that did the trick. You guys move fast with the updates. Thanks! |
@Timer Just curious, could you point me to the commit that fixes that issue? |
Thanks! |
No problem! 😄 Let me know if you need anything. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I'm trying to publish a simple app to firebase just to try the new pwa stuff. I'm not sure what I'm doing wrong, After publishing and accesing the app I see a bunch of erors in the console and the service worker doesn't seem to be working. It seem like the sw has the local paths to the chunks hardcoded.
Expected behavior
App would be deployed, run without errors ad sw would work.
Actual behavior
App runs but get th error below in the browser console:
Environment
react-scripts
: 1.0.0node -v
: 6.2.1npm -v
: 3.9.3Reproducible Demo
https://github.com/andrantis/react-pwa-test/tree/default-sw
https://react-pwa-d6f69.firebaseapp.com/
The text was updated successfully, but these errors were encountered: