Skip to content
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

Installed PWA breaks due to '/?standalone=true' start_url since version 3.2.1 #396

Closed
FreekVR opened this issue Nov 13, 2020 · 2 comments
Closed

Comments

@FreekVR
Copy link

FreekVR commented Nov 13, 2020

After updating to 3.2.2 I am starting to have issues with a freshly installed PWA which by default runs on ?standalone=true.

I'm getting 404s for several of my bundles in the console, as well as this message:

workbox-precaching.prod.js:1 
Workbox is precaching URLs without revision info: /?standalone=true
This is generally NOT safe. Learn more at https://bit.ly/wb-precache****

Due to the bundles not being loaded the app is essentially not working. I figure it's trying to load files from a previous build which no longer exist on the server due to hash changes.

It seems if I set my manifest start_url to simply / this resolves the issue, so the problem seems to be cause by the query param?

@shadow81627
Copy link

Duplicate of #381

@pi0
Copy link
Member

pi0 commented Nov 28, 2020

Hi. This issue should be gone with 3.3.0.

@pi0 pi0 closed this as completed Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants