Hello,
We have a SonarQube instance version 8.2.0. The URL is something like this: http://ourhost:9000/SonarQubeEnterprise.
To make the pull request decorations work we configured a reverse proxy and set the setting
sonar.core.serverBaseURL to be https://ourhost:9010/SonarQubeEnterprise.
Our problem is that when accessing the SonarQube instance by the HTTPS URL the tab Measures in projects doesn’t show anything and an error appears saying “The request cannot be processed. Try again later.”. When accessing the same project via HTTP URL the measurements are displayed correctly.
Do you know how we could overcome this issue?