Error using prefetch query with TanStack Query
When trying to prefetch data with TanStack Query it fails with the following:
Once the page loads the data appears and it keeps loading it every few seconds.
7 Replies
@coder2000 we have the same problem I just posted now, have you already find a solution for this problem?
https://discord.com/channels/867764511159091230/1360887109119905923/1360887109119905923
I removed the pending status queries from the dehydrate config
Where can I find that config? I have same issue
This is my query client file:
If you have something adding pending queries I would remove it.
after removing that line I'm getting this error


did you encouter this kind of error? @coder2000
even I have authorization, when I tried to back that
shouldDehydrateQuery
I'm not getting that error, but the continuously sending a request is my problemNo. I didn't see anything like that one. I did put superjson in a different place though