Hydration mismatch errors only in production deployment, not when running locally with same code/env #10517
Replies: 1 comment
-
My issue ended up being a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running in our EKS cluster, I see the following errors in the console:

The problem is, when running the exact same
npm run build && npm start
in my local environment, using the exact same env vars, I do not get these issues. I don't get them withnpm run dev
either, so I'm unable to recreate anywhere but the hosted env.I also do not get this on our hosted staging env, which is running the same code. There's nothing special about our production environment vs what I have set up locally, everything is pixel-for-pixel the same on each page between my two browser tabs.
How can I enable more helpful errors messages with the production build, or go about debugging this?
Beta Was this translation helpful? Give feedback.
All reactions