Hydration issue only in specific production environment
Hi there, I'm facing a hydration issue that only happens in production from my ARM64 server, I'm unable to reproduce it locally on a production build. How can I dig more into finding what might be the case for this? There are no mismatches reported here π
1 Reply
You could try enabling sourcemaps in your prod env while you debug: https://nuxt.com/docs/guide/going-further/debugging#sourcemaps
Nuxt
Debugging Β· Nuxt Advanced
In Nuxt 3, you can get started with debugging your application directly in the browser as well as in your IDE.