Vercel auto-deployments failing due to missing GitHub webhooks despite active integration

Sounds like a webhook synchronization issue between Vercel and GitHub. Could you try the following:

  1. Force webhook recreation by going to your Vercel project settings → Git → disconnect the repository, then reconnect it
  2. Check GitHub App installation - go to GitHub Settings → Applications → Installed GitHub Apps → Vercel, and ensure it has access to your repository
  3. Verify branch protection rules - sometimes branch protection can interfere with webhook creation

Let us know how you get on!