Deployments stuck on “Deploying” in v0.dev despite Vercel success

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

  1. Forked an existing v0.dev project
  2. Made updates to a page (app/(dashboard)/project-management/projects/[id]/page.tsx)
  3. Attempted deployment via v0.dev
  4. Deployment hangs with no feedback (Deploying > Initiating > Stuck)
  5. 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…
  6. v0.dev interface does not update or reflect the deployment status

I also tested a completely separate project — same issue occurs.

Did you know about these other v0 resources? A human should be here soon to help, but the answer may already be available even faster in one of these other posts.

This guide is a great place to start.

And these recordings can give you a look at v0 features and strategies in action: Topics tagged v0

Hello,

Have you tried reviewing the deployment on Vercel dashboard: Login – Vercel ?

1 Like

I did and that was part of what eventually helped me debug and resolve this, thanks!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.