T
TanStack3y ago
qualified-silver

Suspense with next-13, using the Pages not app DIR

Hello, all I was reading through the docs, and I thought to enable suspense it can be done at the query level? however I am running through some issue with getting a 500 when enabling the option, I am using next 13 "next": "13.1.1", but the pages. Here is how my query looks. Wondering if I am missing something?
No description
No description
1 Reply
qualified-silver
qualified-silverOP3y ago
inside _app component I have the simple initialization const [queryClient] = useState(() => new QueryClient()); Any ideas on this?

Did you find this page helpful?