SonarCloud Quality Profiles page returns 500 for project
ALM used
GitHub
CI system used
GitHub Actions
Scanner command used when applicable
Not applicable / not related to scanner execution.
The error happens in the SonarCloud web UI when opening the project Quality Profiles page.
Languages of the repository
Python
YAML / GitHub Actions
Dockerfile, if detected by SonarCloud
SonarCloud project URL
Project:
https://sonarcloud.io/project/overview?id=coffeehouse-tools_Digi
Broken page:
https://sonarcloud.io/project/quality_profiles?id=coffeehouse-tools_Digi
Error observed
When opening the project Quality Profiles page, the UI shows:
An unexpected error occurred. Please try again later.
Browser DevTools / Network shows the following backend request failing:
GET https://sonarcloud.io/api/qualityprofiles/search?organization=coffeehouse-tools&project=coffeehouse-tools_Digi
500 Internal Server Error
Console excerpt:
utils-DajVMXaS.js:2 GET https://sonarcloud.io/api/qualityprofiles/search?organization=coffeehouse-tools&project=coffeehouse-tools_Digi 500 (Internal Server Error)
Other console messages such as LaunchDarkly and Beamer initialization appear unrelated. The actual failing request is the SonarCloud API call above.
Steps to reproduce
-
Log in to SonarCloud.
-
Open project:
https://sonarcloud.io/project/overview?id=coffeehouse-tools_Digi
- Open Project Settings / Quality Profiles, or directly open:
https://sonarcloud.io/project/quality_profiles?id=coffeehouse-tools_Digi
- The page shows:
An unexpected error occurred. Please try again later.
- In browser DevTools / Network, the request below returns HTTP 500:
https://sonarcloud.io/api/qualityprofiles/search?organization=coffeehouse-tools&project=coffeehouse-tools_Digi
Potential workaround
No confirmed workaround.
This looks like a backend-side issue while resolving quality profile associations for this project, possibly a broken/orphaned/corrupted quality profile association.
Could someone from SonarSource please check backend logs for this project and verify whether the project has an invalid or orphaned quality profile association?