I have a weird issue I m debugging I m

I have a weird issue I'm debugging. I'm setting data-theme in my next.js layout.tsx file with a fancy dangerouslySetInnerHTML, and it works locally but not when deployed on pages. My issue seems really similar to this persons: https://github.com/vercel/next.js/issues/39367 Any guidance on how to debug? Or a pointer in the docs all the possible configurations are? I don't have auto-minify enabled, I'm kind of lost about what else to check
1 Reply
ejcx
ejcx10mo ago
Incredibly, this issue just resolved itself. I enabled auto-minify, and then disabled it, and it's gone.I don't know if there was a weird default setting somewhere? But the issue fixed itself