I also get this error in the console: You are mounting a new body component when a previous one has not first unmounted. It is an error to render more than one body component at a time and attributes and children of these components will likely fail in unpredictable ways. Please only render a single instance of <body> and if you need to mount a new one, ensure any previous ones have unmounted first
#I keep getting this error with Next.js 13^. This happens when I try to use my browser's navigation
1 messages · Page 1 of 1 (latest)
Hi @hot meteor. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Next.js documentation for more information on handling errors and best practices:
- Error Handling: https://nextjs.org/docs/advanced-features/error-handling
- Custom Document: https://nextjs.org/docs/advanced-features/custom-document