My Vercel project has stopped creating deployments entirely since June 15, 2026 (last successful deployment: commit 6161a59). Since then, 140+ commits have been pushed to main on the connected GitHub repo, but none have triggered a deployment — no build failure, no blocked deployment, nothing in the project's activity log at all.
What I've already tried:
- Ruled out a git-identity/permissions issue (two blocked commits from June 23-24 were unrelated and fixed same day)
- Disconnected and reconnected the Git integration — this created a new git credential, but zero deployments have triggered since, even with fresh commits pushed afterward
- Manually triggered "Create Deployment" for the
mainbranch — also produced no result and no error
I used the Vercel Agent chat to investigate, and it identified 10+ blocked deployments still stuck in the queue from June 23-24 (tied to an unrecognized git identity), plus confirmed no webhook events have been recorded since the reconnect. It suggested this needs internal log access to diagnose the webhook delivery chain, but CI/CD support cases are gated behind a paid plan on my Hobby account.
Has anyone else hit a stuck/dead webhook after reconnecting the Git integration? Any workarounds (e.g., re-importing the project fresh) that resolved it for you?