Next Js Prefetch #5262
Unanswered
Shahzaib-ur-Rehman
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using react query for the first time and got a little stuck using a query to prefetch data.
If we use React Query to prefetch data on the server in Next.js and we require passing an access_token to the API, the data return as undefined on the server but data comes during the initial render.
Do you know why this happens?
Beta Was this translation helpful? Give feedback.
All reactions