I have a nextjs app that gets deployed to Vercel. When running next dev, I have no hydration errors. But when deploying to Vercel, the production build shows several minified react errors.
My problem: I don't know how to debug them. Since the react error is minified there isn't a lot of helpful information.
Does anyone know how disable error minification in such a case or how to get a proper stacktrace?