#Hydration errors
7 messages · Page 1 of 1 (latest)
This might be due to the server and the browser rendering the page(s) differently. Did the code use to work fine before installing a particular library? Give this a read and hope you find the culprit https://nextjs.org/docs/messages/react-hydration-error
Comment out Component by Component. See where the source of the issue is. It could be from button inside button, or, even a library that you use and gets loaded after a while. I personally encountered this error with a responsive context library that was loading later.
solved? I can post here how I solved the hydration problems of our application.