Relative Content

Tag Archive for next.js

nextjs layout hydration error hydration failed

so i have my main page at “/”
I want it to have a different layout than the rest of my app.
thing is, i have some css for the html itself. i tried to add it to the div wrapping the page.tsx, or to the main/body, and it does not apply somewhy.

nextjs layout hydration error hydration failed

so i have my main page at “/”
I want it to have a different layout than the rest of my app.
thing is, i have some css for the html itself. i tried to add it to the div wrapping the page.tsx, or to the main/body, and it does not apply somewhy.