Hi,
I’m having trouble getting automatic deployments to work with my GitHub repository. Here’s what’s happening:
-
Vercel is not creating the required webhook in my GitHub repository.
-
As a result, new pushes to my main branch do not trigger deployments.
What I’ve tried:
-
Granted Vercel “Read and write” access to the repository in GitHub Applications.
-
Selected the correct repository in the Vercel GitHub App settings.
-
Disconnected and reconnected the repo in Vercel multiple times.
-
Uninstalled and reinstalled the Vercel GitHub App.
-
Tried in different browsers and incognito mode.
-
I am a collaborator/owner on the repo.
What I see:
-
The webhook does not appear in my repo’s Settings > Webhooks.
-
Manual deployments work, but automatic deployments on push do not.
Has anyone experienced this or have advice on how to force Vercel to create the webhook? Is there anything else I should check?
Thank you for any help!