Problem
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
maindo not trigger deployments. - Manual redeployments also fail silently.
- All deployments show Commit:
ee0d034regardless of newer commits onmain.
Expected Behavior
- New commits to
mainshould trigger automatic deployments. - The most recent commit on
mainis3774ff4and 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.