Replies: 1 comment 1 reply
-
@fxOne https://swr.vercel.app/docs/revalidation#disable-automatic-revalidations |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug report
Description / Observed Behavior
The caching and fallback data in the server-render example are not working as expected. I can see multiple requests to
pokeapi.co
which shouldn't be there.Expected Behavior
I would expect to see no request to pokeapi.co on the initial request as it is rendered on server and no further request on switching between the pages as the cache hits.
Repro Steps / Code Example
https://github.com/vercel/swr/tree/main/examples/server-render
Additional Context
SWR version: latest
Beta Was this translation helpful? Give feedback.
All reactions