pwa-module icon indicating copy to clipboard operation
pwa-module copied to clipboard

PWA not fetching latest data

Open yannick-mir opened this issue 1 year ago • 0 comments

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

yannick-mir avatar Oct 15 '24 10:10 yannick-mir