My project (andresgeuna931/Negocioapp-pro) stopped auto-deploying from GitHub. Commits pushed to GitHub show no Vercel check at all and don't appear in Vercel Deployments. Manual redeploy from the dashboard returns "Unexpected error (500). Please try again later."
What I have tried:
- Accepted pending GitHub App permission updates
- Disconnected and reconnected repo in Vercel Git settings
- Fully uninstalled and reinstalled the Vercel GitHub App
- Restarted my computer
- Re-authenticated my GitHub login connection in Account Settings (vercel.com/account/settings/authentication) — token now shows "Last used just now" but issue persists
The last successful auto-deploy was from commit 01ccbbd. After that commit, new pushes produce no deployment at all — not even a failed one. GitHub webhooks tab is empty (I understand this is normal for the GitHub App integration).
Is there a known issue with GitHub App event delivery or a broken webhook subscription on Vercel's side? The 500 error on manual redeploy suggests something may be broken at the infrastructure level for my project. Any help appreciated.