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?

1 Reply
qualified-silverOP•3y ago
inside _app component I have the simple initialization
const [queryClient] = useState(() => new QueryClient());
Any ideas on this?