why there is error in the console after installing next.js via "npx create-next-app@latest"
Answered
Transvaal lion posted this in #help-forum
Transvaal lionOP
after installing nest.js app i found error in the console.
Answered by D Trombett
To me it seems just an extension that is modifying the html, nothing to worry about
8 Replies
To me it seems just an extension that is modifying the html, nothing to worry about
Answer
Try it in a private window (with extensions disabled) and see if it happens
Do note also that it is just a warning and doesn't affect production at all
Transvaal lionOP
Thank you, can you please tell me how to you recognize the solution instantly.
The only difference found between the server and client html is that a class was added on the client. It is possible only if you have some weird logic that adds a class based on some web API, or if the code was modified directly by the client. Considering that you've just installed next.js the latter is the only possibility
And usually the html code modified by the client is caused by an extension or some experimental feature you have in your browser
Transvaal lionOP
Thank you very much