You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're setting up a test environment of our production sonarqube where the plugin has already been installed.
The DB is a copy of the production DB, however when attempting to login with login with Microsoft button, the page simply reloads and doesn't provider us with a Microsoft login box.
Attempted the SQL Query for upgrades to reset and cached instance of the old plugin in the DB but it seems like columns may have been renamed in 9.9
The text was updated successfully, but these errors were encountered:
Hi. You shouldn't need to run the manual queries unless you were running on a very old version of the plugin. The queries should work fine on the older versions of SonarQube for which the plugin was intended.
The specific issue you mention seems to be what happens when you proxy SQ behind IIS. If you do have this setup, make sure to check out the troubleshooting page in the plugin's wiki, specifically this issue
For more help, you might want to post some info from the SonarQube logs. First, you want to look at adjusting the log level of SonarQube. You can make this adjustment in the sonar.properties file by setting sonar.log.level to DEBUG from the default of INFO. The plugin primarily outputs logs into the web.log file.
We're setting up a test environment of our production sonarqube where the plugin has already been installed.
The DB is a copy of the production DB, however when attempting to login with login with Microsoft button, the page simply reloads and doesn't provider us with a Microsoft login box.
Attempted the SQL Query for upgrades to reset and cached instance of the old plugin in the DB but it seems like columns may have been renamed in 9.9
The text was updated successfully, but these errors were encountered: