Error
Missing required html tags
The following tags are missing in the Root Layout: ,
.Read more at https://nextjs.org/docs/messages/missing-root-layout-tags
Solution
The error message "Missing required html tags" indicates that Next.js expected the root layout to contain and
tags, but these tags were not found. This issue typically occurs during Server-Side Rendering (SSR) or Static Site Generation (SSG) when the page content is not properly wrapped in
and
tags.