I’ve been going through the process of migrating our sites over to a monorepo, and it has been difficult due to this particular bug. We are currently hosting our repo using bitbucket, and it seems when we land on the branch selection page there is a lot of network traffic to our bitbucket https://api.bitbucket.org/2.0/repositories/earlytrade/{repo-name-here}/refs/branches?pagelen=100&page=82.
and it seems to be incrementing through the pages infinitely.
This seems to be causing issues not allowing me to select the new branch and deploy correctly (it seems like it is timing out).
I’m not sure if it is a permissions because all of the repositories branches display fine in the drop down.
Any help here would be appreciated.