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
{{ message }}
This repository was archived by the owner on Dec 13, 2019. It is now read-only.
Clients don't see any change on new deployment in PWA mode because index.html was cached forever in service worker (cacheFirst/cacheOnly strategy I guessed!).
I accidentally forgot to remove /index.html entry in precache-manifest.*.js so now all my clients cannot receive any update.
I searched Quasar's issues but cannot found anyone has the same problem, did I do anything wrong?
What were you expecting?
Exclude index.html from precache, switch to networkFirst by default. so that on every deployment, clients can see the changes.
What steps did you take, to get the error?
Deploy web page v1.0.0 in PWA mode
Modify something
Do second deployment v1.0.1 in PWA mode
Refresh the webpage --> No change was made, the client can still see the v1.0.0
Env
Build mode........ pwa
Quasar theme...... mat
Quasar CLI........ v0.17.20
Quasar Framework.. v0.17.17
Debugging......... no