I’ve been running a webapp for a few weeks but after the most recent update the production version causes a ton of errors while preview works just fine. After hours of debugging I found out that the package.json differs between v0 and the deployed version, and instead of using a pinned version of one of the dependencies (like in v0), it’s simply “latest” in the Vercel deployment. It seems this is causing the issues in production. Has anyone experienced similar issues?
can you duplicate and try again?
Or can you just redeploy to Vercel if youre saying the v0 version is working?
I assuming you have tried these of course, but just wanted to ask and see. Maybe we can get to a solve on this.
2 Likes
This is the same issue here, I’ve escalated internally
2 Likes
Please continue the conversation in Deployed version looks completely different from Preview