From f43288f7577578b680302f3c97fc3aed3ed8b93b Mon Sep 17 00:00:00 2001 From: Xavier Portilla Edo Date: Wed, 4 Jun 2025 10:35:38 +0000 Subject: [PATCH] I see this error with the app, reported by NextJS, please fix it. The error is reported as HTML but presented visually to the user). A > before the line number in the error source usually indicates the line of interest: > Console Error: Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:. Error source: - A server/client branch `if (typeof window !== 'undefined')`. > - Variable input such as `Date.now()` or `Math.random()` which changes each time it's called. > - Date formatting in a user's locale which doesn't match the server. > - External changing data without sending a snapshot of it along with the HTML. > - Invalid HTML tag nesting. > > It can also happen if the client has a browser extension installed which messes with the HTML before React loaded. > > See more info here: https://nextjs.org/docs/messages/react-hydration-error > > ... > > > > > > }> > } ...> > > > > >