Why does my PWA show the old version after a deploy and hard refresh while an incognito window is current?
That usually means the regular browser profile is still controlled by an older service worker or its Cache Storage, while incognito starts with a clean profile. A hard refresh is useful for the normal HTTP cache, but it doesn't guarantee your PWA will stop ser…
0 helpful votes