Skip to content

PWA not fetching latest data #559

@yannick-mir

Description

@yannick-mir

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions