I’m experiencing consistent deployment issues across multiple v0 projects. Even when attempting to redeploy past versions that previously worked, deployments now fail inside v0 with build errors. However, these same past versions still deploy correctly on Vercel.
When I request v0 to generate a fix, it produces a solution that allows deployment but breaks the UI and all styles and layout are destroyed in production, even though the preview UI remains fully intact. This has happened across multiple projects and has been reported by other users as well.
In one case, I was able to fix the issue by upgrading Tailwind from v3 to v4, but this solution does not work for all projects. In most cases, v0’s fixes result in broken styling, making deployments unusable.
Here’s an example of the error I consistently encounter:
'“
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 4 cores, 8 GB
Retrieving list of deployment files…
Downloading 440 deployment files…
Restored build cache from previous deployment (DisGQcibwZZp7jJDpbG8banH7aiT)
Running “vercel build”
Vercel CLI 48.1.6
Running “install” command: bun install…
bun install v1.2.23 (cf136713)
Resolving dependencies
Resolved, downloaded and extracted [1961]
error: GET https://registry.npmjs.org/@radix-ui%2Freact-sheet - 404
error: /react-sheet@^1.0.4 failed to resolve
Error: Command “bun install” exited with 1
“
