-
Notifications
You must be signed in to change notification settings - Fork 36
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
cache no-store not work #83
Comments
This might be the Next.js router browser side caching - as far as I know, the client-side router will cache results between navigations for 60 seconds and not make the same request again. You can read about that here: |
Is there a solution for it or related issue for it in next.js github issue section? |
You would have to check that with Next.js, but I believe that is working as they intended - although not everyone likes it. |
I'm doing some housekeeping so I'm closing some older issues that haven't seen activity in a while. |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better. |
I create project with your guide but when use getClient cached
and this my client.ts
when change page and back prev page (for example change page from 1 to 2 and then back to 1) data is cached and this my problem
The text was updated successfully, but these errors were encountered: