You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a strange error in my Next.js project: Next.js error: Missing and tags in Root Layout
The thing I dont understand is: The error persists even when I revert to earlier commits in my git history when the App worked.
My question is also, how can I make my versioning "bulletproof" so that when I revert the commits or go to an earlier branch that I truely go back how the state of the nextjs project was?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
I'm encountering a strange error in my Next.js project: Next.js error: Missing and tags in Root Layout
The thing I dont understand is: The error persists even when I revert to earlier commits in my git history when the App worked.
My question is also, how can I make my versioning "bulletproof" so that when I revert the commits or go to an earlier branch that I truely go back how the state of the nextjs project was?
The error is:
The weird part is, my RootLayout component definitely includes these tags:
I've tried:
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions