Currently, when I try to deploy my v0.dev project, it gets stuck on “Queued” or “Initiating deployment” indefinitely. No error logs are shown in the v0 UI. I confirmed the deployment did eventually complete on Vercel, but the v0.dev interface never updates and still shows “Deploying”.
Expected: After a successful Vercel deployment, v0.dev should reflect that status and allow continued work on the deployed version.
Steps to Reproduce
- Forked an existing v0.dev project
- Made updates to a page (
app/(dashboard)/project-management/projects/[id]/page.tsx) - Attempted deployment via v0.dev
- Deployment hangs with no feedback (Deploying > Initiating > Stuck)
- Confirmed on Vercel that the deployment just hangs there unless I manually go to it and go to deployment, and redeploy. Then it says success but if I go back to v0, the deployment is still just spinning infinitely...
- v0.dev interface does not update or reflect the deployment status
I also tested a completely separate project — same issue occurs.