Hey, I’m using Bitbucket with CircleCI and I had my repos working good until I transfered my repos to a team account. This changed my repos links.
The thing is that I keep seeing the old repos links inside the Organization Projects section, not the new ones.
The new ones appear inside the Dashboard to follow them, so if I click to follow nothing happens. I tried to use the API and it is the same result:
{
"message" : "Project not found"
}
The .config folder and files exists in the repos. And I noticed something, I created new repos and I can subscribe to them.
Is this a bug or my Bitbucket team account has some configuration that is blocking CircleCI?