My project stopped triggering automatic deployments from GitHub today. After investigation with Vercel support chat, we believe the daily deployment limit was reached due to multiple reconnection attempts and manual redeployments while troubleshooting a webhook issue.
Current Behavior
New commits to main do not trigger deployments.
Manual redeployments also fail silently.
All deployments show Commit: ee0d034 regardless of newer commits on main.
Expected Behavior
New commits to main should trigger automatic deployments.
The most recent commit on main is 3774ff4 and should be deployed.
Steps that led to this
Webhook stopped working
Reconnected Git repository multiple times
Uninstalled and reinstalled Vercel GitHub App
Each attempt counted toward deployment limit
Now limit is reached and no deployments trigger
Environment
Project URL: cuanto.com.mx
Repository:smartcomprasmx-tech/cuanto-mx
Framework:Vite + React
Plan:Hobby
Update: 12:03am the issue persists. New commits are still not triggering automatic deployments. I pushed a test commit after midnight and Vercel still clones commit ee0d034. This confirms it’s not just a daily limit issue — the GitHub webhook is not working properly. Please check the webhook configuration for project smartcomprasmx-tech/cuanto-mx. Thank you.
Hi, I don’t have a case number… I’m on the Hobby plan and i was redirected to the community support.
The issue is: GitHub webhook is not triggering automatic deployments for project smartcomprasmx-tech/cuanto-mx.
All deployments show commit ee0d034 regardless of newer commits on main. I have tried reconnecting the repository and reinstalling the GitHub App multiple times. Thanks
update: I tested the Deploy Hook manually and it returns {"job":{"state":"PENDING"}} but no deployment appears in the dashboard.
The job is created but never processed. GitHub Actions workflow also ran successfully and called the hook, but no deployment was triggered.
Deployments are being created as PENDING but never executed.
I re-authenticated my GitHub account in vercel.com/account/settings/authentication but the issue persists. New commits still don’t trigger deployments. Deploy Hook returns PENDING but no deployment is created. The latest deployment still shows commit ee0d034
Could you please check the internal logs for job ID Zded8Qt0FVEh58Bw59Wb? please
in other case i saw : Vercel staff found the error ‘deployment is blocked due to insufficient permissions… github user not part of team’. i suspect something similar is happening with my project
Resolved. The issue was fixed by creating a new Vercel project importing the same repository. The new project correctly picks up new commits automatically. Thank you for your time