Both of my Vercel projects have stopped auto-deploying from GitHub pushes. The pipeline was working perfectly for months, then stopped after a specific commit with no configuration changes on my end.
Symptoms:
- Pushes to
mastergenerate zero deployments — not even failed/cancelled ones - Deploy hooks return
{"job":{"state":"PENDING"}}but no deployment ever appears - Manual “Redeploy” from the dashboard works fine (reuses cached artifacts)
- Both projects show as “Connected” to GitHub in Git settings
- GitHub App is installed with “All repositories” access
What I’ve tried: - Disconnecting and reconnecting the GitHub integration on both projects
- Multiple empty commits to force push events
- Posting to deploy hook URLs directly
The pattern: The Vercel API shows a clean cutoff — every commit before a certain point has a deployment, every commit after has none. 9 pushes across both projects, zero deployments created.
This looks like something broken in Vercel’s internal webhook processing for my account rather than a configuration issue. Is there any way the team can check internal event logs?