Application error: a client-side exception has occurred (see the browser console for more information). #7366
-
Page to Investigatehttps://thread-sphere-ten.vercel.app/ Steps to ReproduceIm getting this error and i cant escape it i even wrote git checkout to the oldest version and this still popped up. Im sure this is a bug. 4days ago when i last coded everything was fine. In production everything is fine aswell. Maybe postgres and prisma are the problem but im sure i did everything according to the docs here is my repo please help https://github.com/MaxCode012/ThreadSphere ignore my 8th commit because it didnt solve anything |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @MaxCode012! From the screenshot, it appears the error is related to hydration (worth digging deep on this for your learning!), which occurs when React attempts to attach event listeners to the existing server-rendered HTML during the initial client render. It's worth checking:
|
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
Hi @MaxCode012!
From the screenshot, it appears the error is related to hydration (worth digging deep on this for your learning!), which occurs when React attempts to attach event listeners to the existing server-rendered HTML during the initial client render.
It's worth checking:
package.json
and runnpm update
oryarn upgrade
.