-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
service worker not update if content update from api #26
Comments
hi @aldytmra, Might be because of caching strategy defaults to |
hi @harshzalavadiya module.exports = withPlugins([ |
I need more clarification before I could help, what is not updated? |
I made a blog with a list of articles on its main page. list of articles obtained from the API. when I have added a recent article in the API, but on the blog the list is not updated |
Still not enough information, is it under dev or prod mode? How do you call your API, do you need to refresh or call the API again to fetch the latest data? |
why my service worker not update if content update from api? i use getserversideprops
The text was updated successfully, but these errors were encountered: