Hi Vercel Community,
Auto-deployment from GitHub has completely stopped working for my portfolio project, despite all configurations being correct.
Setup:
- Team: Jesper Lindqvist’s projects (Hobby Plan)
- Project: portfolio
- Repository: jeppe314/jesperlindqvist.dev
- Production Branch: master
What happened:
- Last successful auto-deployment: Nov 8, 2025, 12:20 PM (commit 019ba21)
- Discovered I had TWO Vercel accounts with the same repo connected (old account: jeppe314’s projects, new account: Jesper Lindqvist’s projects)
- Deleted the conflicting portfolio project from the old account
- Reconnected Git repository on the new account
- Configured GitHub App to specifically target jesperlindqvist.dev repository
Current Status:
- Multiple commits pushed to master since then (01bde2d, 5036125, 7acfb76, 1e4900d) — NONE triggered deployments
- Deployment page shows “No Active Branches”
- All settings appear correct
Configurations Verified:
Git commit author email (hello@jesperlindqvist.dev) matches Vercel account primary email
GitHub App installed with repository access to jesperlindqvist.dev
Production Branch set to master
Ignored Build Step set to “Automatic”
All Git events enabled (deployment_status, repository_dispatch, PR comments)
No deployment protection enabled
GitHub integration shows “Connected”
What I’ve tried:
- Disconnect/reconnect Git repository (3 times)
- Changed GitHub App from “All repositories” to specific repository selection
- Verified git config email matches Vercel account email
- Made multiple test commits — none triggered deployments
Expected: Pushing to master should automatically trigger production deployment
Actual: No deployments triggered; page shows “No Active Branches”
Latest commit SHA: 1e4900d
Is there a way to force webhooks to re-register, or is this a known issue after deleting conflicting projects?