Hello! I have private Bitbucket repositories connected to AWS Codebuild using Codestar. Up to this point, everything has been working fine but all of a sudden this morning the builds are failing indicating it can no longer see the source.
When I click the url from AWS it brings me to Bitbucket but the code is not visible and provides the following message:
"Having trouble showing that file"
"Normally, you'd see the file here, but something didn't go right"
It appears AWS is using a url formatted like:
https://<USERNAME>@bitbucket.org/<WORKSPACE>/<PROJECT-NAME>/src/main
I cannot get this to work at all. However, I'm logged in to Bitbucket and can hit this url just fine:
https://bitbucket.org/<WORKSPACE>/<PROJECT-NAME>/src/main
Anyone seeing the same issue? Ideas?