Next.js Discord

Discord Forum

Suspense Issue in Nextjs 13

Unanswered
Double-crested Cormorant posted this in #help-forum
Open in Discord
Double-crested CormorantOP
I’m getting the following hydration error after I wrap the whole component with Suspense, but keep getting the error ( not constantly ). I have tried to fix it using startTransition on the children but got infinite reload.

6 Replies

Double-crested CormorantOP
Double-crested CormorantOP
Do I have to make a minimal repo?
Double-crested CormorantOP
It quite difficult to make minimal repo from the repo I have right now
@Double-crested Cormorant Do I have to make a minimal repo?
there's too little information for anyone to be able to help. if you can't make a minimal reproduction, you have to rely on luck that someone is somehow able to decipher the problem from just this much information, or if you are not that lucky you have to debug and resolve it by yourself
the error message you gave above is very generic and can have a zillion possible causes, so we cannot guess anything from it