-
Notifications
You must be signed in to change notification settings - Fork 112
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
Uncaught (in promise) TypeError: Request failed #44
Comments
Am getting the same error, but not on local. |
I have the same error too. |
In my case I was serving the files this whitenoise in the format |
I ran into this same error. The serviceworker.js registered just fine with localhost but not when served from
When I attempted to load
My error was in the nginx.conf where I was using a starter template and failed to update the starter code to point to the
It might be a good idea to amend the troubleshooting section of the docs to include a "static" load, so; /serviceworker.js, /manifest.json, /offline ... then /static/images/icons/icon-72x72.png I hope this saves someone time down the line. |
I am getting
404 not found
after implementingdjango-pwa
app (Static file, offline and the png files defined in theserviceworker.js
file). I don't know if the problem is about paths or not. But there is a missing detail in theREADME.md
file that users needs to know. Do you have any idea?Console log:
Uncaught (in promise) TypeError: Request failed serviceworker.js:1
Network:
The text was updated successfully, but these errors were encountered: