Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWA not fetching latest data #559

Open
yannick-mir opened this issue Oct 15, 2024 · 0 comments
Open

PWA not fetching latest data #559

yannick-mir opened this issue Oct 15, 2024 · 0 comments

Comments

@yannick-mir
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant