#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)

hot meteor
#

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

upper arrowBOT
#

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:

These resources might help you identify and resolve the issue you're facing.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

Handle errors in your Next.js app.

Extend the default document markup added by Next.js.