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
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?
The text was updated successfully, but these errors were encountered:
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:
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?The text was updated successfully, but these errors were encountered: