Query fails when using tRPC
When trying to prefetch data with tRPC it fails with the following:
Once the page loads the data appears and it keeps loading it every few seconds.
1 Reply
correct-apricot•8mo ago
Hi coder2000, there isn't enough information here to diagnose your issue.
A query that was dehydrated as pending ended up rejecting.This means that your query was pending when it was dehydrated, but later rejected. Take a look at the
queryFn for your tradeList query, and try to figure out why it's throwing.