pwa-module
pwa-module copied to clipboard
PWA not fetching latest data
Hi, I have a Nuxt 2 project with PWA set up. In this project there is a event list that is using vuex store and axios to receive new events on fetch. My issue is that once the user installed the PWA on their device, he won't receive latest events. I am not sure what's causing this or how do I fix this. This is how my config looks like:
pwa: {
workbox: {
clientsClaim: true,
skipWaiting: true,
cleanupOutdatedCaches: true,
offline: false,
},
},
If anyone has some idea I would be really grateful! Thank you