We’ve got a number of BitBucket repositories that we’ve successfully added over the last year. However, it’s been a month or two since we added one.
Went to do this today with a CircleCI 2.0 config and can’t get past the “Start Building” button. Clicking it eventually turns to “Failed”. If I look in my browser’s dev tools, I can see the following coming back on the “https://circleci.com/api/v1.1/project/bitbucket///follow” request:
“Someone has already added that access key to this repository.”
If I look in the BitBucket repo settings, sure enough, there’s an access key there but it was added when I clicked the “Start Building” button (i.e. no one else previously added it), so I know CircleCI’s talking to BB correctly. If I manually delete the access key and try again, the key is added to BB again but we still get the error message.
We tried on a brand new BB repo and still have the same issue.
Unfortunately, this is completely blocking us :(. Any ideas?
Thanks.