Next.js Discord

Discord Forum

Warning: Expected server HTML to contain a matching <header> in <html>

Answered
Standard Chinchilla posted this in #help-forum
Open in Discord
Standard ChinchillaOP
I'm making a website and when I run it on dev I get this error: Warning: Expected server HTML to contain a matching <header> in <html>

I tried these combinations that you can see on the screenshots
You can see the code here:
https://codesandbox.io/p/github/TOcvfan/nynext/draft/musing-bogdan?file=/app/layout.js:28,13&workspaceId=75f80d32-3833-4be5-a5f1-be7c4e189b1c
Answered by joulev
You need to put Navbar inside <body>
View full answer

1 Reply