Hello, for some time (maybe the last few months) the SonarQube widgets in our Bitbucket workspace have not been loading, rendering just a white box where it would normally be. This impacts both the widget on the repo home and also any pull requests.
In developer tools, the only request with an error status is to https://sonarcloud.io/vendor-abcdefgh.js. (Not literally abcdefg, just a random-looking string of chars and I’m not sure if it’s sensitive). The response status is 403 and it was referred to from https://sonarcloud.io/integration/bitbucketcloud/repo_config (plus parameters for repo uuid, owner, etc.)
What I found odd is that other requests to parts of the widget, such as https://sonarcloud.io/DuplicationsRating-ijklmnop.js or https://sonarcloud.io/QualityGateIndicator-qrstuvqx.js, returned 200 codes.
Code analysis itself appears to work, only the widgets are failing to render.
We’ve had SonarQube installed as an app in our Bitbucket workspace for several years. We are using the legacy paid plan.
- ALM used: Bitbucket Cloud
- CI system used: Bitbucket Cloud
- Languages of the repository: Any
- Error observed:
GET ``https://sonarcloud.io/vendor-abcdefgh.js`` net::ERR_ABORTED 403 (Forbidden) - Steps to reproduce: Load any page where the widget appears, including repo home, repo settings, or pull requests.
- Potential workaround: Have to look for the project on SonarCloud manually