We recently renamed our Bitbucket repository. After the rename, Vercel stopped detecting branches—both existing (like develop
) and newly created ones—and it no longer triggers any automatic builds or deployments. Previously, develop
builds worked fine, but now even that fails to trigger.
Steps to Reproduce:
- Have a Vercel project connected to a Bitbucket repository.
- Rename the Bitbucket repository (e.g., from
old-repo
tonew-repo
). - Push updates or create a new branch in Bitbucket.
- Check Vercel for automatic build and deployment.
Expected Behavior:
- Vercel should detect changes on the existing branches (
develop
,main
, etc.). - Vercel should automatically build and deploy for new branches as well.
Actual Behavior:
- Vercel no longer detects any branches (including
develop
) and does not trigger builds or deployments.
Troubleshooting Done So Far:
- We have tried re-verifying the repository within Vercel’s settings.
- We have confirmed that pushing to Bitbucket is successful and up-to-date.
- No errors or warnings appear in the Vercel dashboard regarding the repository connection.
Questions / Requests for Help:
- How can we re-link or refresh the connection in Vercel so that it recognizes our renamed Bitbucket repository?
- Are there any specific steps or known workarounds to get automatic builds/deployments working again after a repository rename?
Any guidance or suggestions from the community would be greatly appreciated! Thank you in advance.