Posts

Showing posts with the label dokku

Vue.js PWA not updating to latest version. Probably a cache issue?

Image
Clash Royale CLAN TAG #URR8PPP Vue.js PWA not updating to latest version. Probably a cache issue? I've built a PWA SPA (mouthful) in vue - scaffolded with vue cli 3. When I push a new version, it doesn't update. Googling around the subject points to a cache issue.. but I don't know where to look? Digital Ocean, Dokku app install - which I updated to the latest. Any help will be greatly appreciated, as I'm having to tell everyone to look at it in incognito mode... ** edit ** Vue cli 3 doesn't appear to be cache busting... now to figure out how to enable it Is your service worker invalidating itself correctly? If not, this may help stackoverflow.com/questions/33262385/… – Kristian Roebuck 36 mins ago Does your JS bundle have a hash in the name...