We are using Sonarqube 10.6 Community Edition and hosted the app behind the IIS reverse proxy server to serve the https requests.
We are facing 2 issues after we import the project on to the dashboard.
We are not able to see all the projects in the dashboard. Suppose we have 20 + projects our dashboard is empty and when we search with the project name it is displaying. If we maintain projects less than 20, it is displaying in the home dashboard. Screenshots attached for the same.
Measures tab is empty and not displaying the data. Screenshots attached.
Solution we tried is to update the request filtering settings in the IIS sites as given below. Still it is not working and both the above mentioned issues still exists.
We also could see from the recent IIS logs, 404.15 error got resolved after changing the request filtering to a higher value. Nowe we are getting 400 bad requests which can be seen from the attachment.
We are not having any control over this datadog module components which is getting added from sonarqube package causing this 400 error.
Kindly check the logs and snapshots and help us to resolve this issue ASAP.
You’re on the right track with the IIS settings. It’s likely that you’re running into a URL-length problem in IIS. All I can tell you is to set the URL length as high as possible (or maybe bypass IIS? )