We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v3.3.0 added random per-build revision to sw.js with invalid URL.
sw.js
Actual start URL: /start_url&revision=xxxxxxxx Expected start URL: /start_url?revision=xxxxxxxx
/start_url&revision=xxxxxxxx
/start_url?revision=xxxxxxxx
Error in chrome as follow:
workbox-precaching.prod.js:1 Uncaught (in promise) bad-precaching-response: bad-precaching-response :: [{"url":"http://localhost:3000/start_url&revision=xxxxxxxx","status":404}]
The text was updated successfully, but these errors were encountered:
054b8a2
Thanks for report. Fixed in 3.3.1. BTW any reason customizing it?
Sorry, something went wrong.
@pi0 It's working as expected now. Thanks!
In my use case, I need to change the route depending on the type of user (i.e. admin vs user).
Successfully merging a pull request may close this issue.
v3.3.0 added random per-build revision to
sw.js
with invalid URL.Actual start URL:
/start_url&revision=xxxxxxxx
Expected start URL:
/start_url?revision=xxxxxxxx
Error in chrome as follow:
The text was updated successfully, but these errors were encountered: