epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.63k stars 376 forks source link

"Prop `nonce` did not match" Hydration(?) error on client. #883

Closed JMartinCollins closed 1 day ago

JMartinCollins commented 1 day ago

I noticed this first in my own project, then initialized a fresh project with the npx create command and it's also present.

Warning: Prop `nonce` did not match. Server: "08ee5b8565b734df11d1c95c2837209d" Client: ""
script
ClientHintCheck@http://localhost:3000/app/utils/client-hints.tsx:35:32

Steps to reproduce:

  1. Run npx create-epic-app@latest to create a new project form the template
  2. Choose: set up deployment - no, reset database - yes
  3. Run npm run dev
  4. Open the app in browser and open the console. You'll see the error written above.
JMartinCollins commented 1 day ago

Closing. I found that this topic has an active discussion https://github.com/epicweb-dev/epic-stack/discussions/768