Summary of the Issue
At some point overnight or early today, my V0 projects began to perform automatic re-deploys of old versions without any action from me. This caused:
-
My production deployment to suddenly revert to a very old version.
-
Dozens of unexpected deployment and re-deployment attempts, many of them failed, some successful.
-
These automatic redeploys consumed my entire deploy/build quota.
-
I am now blocked from deploying new versions or even deploying a fork with recent changes.
What Happened in Detail
1. Production reverted on its own
When I opened my application this morning, I noticed the production version was a very old one—but I definitely did not issue any redeploy or revert.
All my recent chats and data were still there, but the deployed code was outdated.
2. Many deployments appeared that I did not trigger
When I checked the deployments list in my Vercel dashboard:
-
I found many deployments in the last several hours that I did not start.
-
They were all rebuilding old versions of the project.
-
Some deployments failed, others succeeded.
-
None of them correspond to any activity I performed.
3. Deploy limit was consumed automatically
Because of this unexpected deployment storm:
-
I now get the message:
“Deploy limit exceeded. Please try again later.” -
I cannot deploy anything new right now—not even a fork with recent updates.
What I already checked
-
I did not run
vercel deployor any CLI command. -
I did not click “Redeploy” on old deployments.
-
I did not switch versions manually inside V0.
-
I have no GitHub Actions or CI flows active.
-
I did not push changes to old commits.
-
I don’t have any webhook or integration configured that should be triggering rebuilds.
Still, the activity logs show many deployment attempts I never initiated.
Why I believe this is a bug or unexpected platform behavior
-
The redeploys targeted old versions, not the latest one.
-
They occurred during a timeframe where I had zero interaction with the project.
-
There were enough deployments to drain my entire deploy limit.
-
Production was replaced with an outdated build without my intervention.
This suggests that something in V0, or in the deployment system, triggered builds unintentionally.
What I’m asking for
-
Investigation into the source of these automatic redeploys.
Specifically, why Vercel triggered builds of older versions without user action. -
Reset or restore my deploy limit,
since it was consumed by events that I did not trigger. -
Confirmation whether this is a known issue or bug related to:
-
V0 deployment history,
-
Deployment retries,
-
Deploy Hooks,
-
Or any internal automated processes.
-
-
Guidance on how to prevent this from happening again.
I can provide additional information
I’m able to share:
-
Deployment IDs involved,
-
Timestamps of the unexpected redeploys,
-
Activity Log screenshots,
-
My V0 project version settings,
-
Any additional details needed for investigation.
