Next.js Discord

Discord Forum

NextJS basic setup error

Answered
let headache = null() posted this in #help-forum
Open in Discord
once i do npm i create-next-app@latest it creates as usual but after then i try running with npm run dev and it shows this error on the web.
Answered by Yi Lon Ma
This might be one of your extensions, try to run the same website in safe mode or in incognito where there are no extensions and then see
View full answer

11 Replies

@let headache = null() once i do `npm i create-next-app@latest` it creates as usual but after then i try running with `npm run dev` and it shows this error on the web.
This might be one of your extensions, try to run the same website in safe mode or in incognito where there are no extensions and then see
Answer
oh indeed is it WOW
so how do i fix on my normal browser?
thanks btw
you can suppress it
how
add supressHydrationWarning to your body tag
oh hack yea it was an extension
which i recently added
though I won't recommend this, if you can disable that extension or develop in another browser, that would be great