Sonarqube stuck in loading screen

Hello Community,

I’m facing an issue with SonarQube 9.9.1


where the initial page loads, but the login process stays stuck at “Loading…”. The setup involves SonarQube running behind Nginx with SSL.

Despite this setup, login attempts result in a loading loop. The Chrome console shows “SyntaxError: Unexpected end of JSON input”. If I go to the /setup I see a message saying that the database has been updated, and then I can click home and it takes me to the home page of sonar.

This home page is a normal home page where I can see all the info related to my projects but there’s the login button instead of my account in the top right corner.

Any insights on what might be going wrong or how to resolve this?

Thanks in advance!

Hi,

Welcome to the community!

What’s your “login process”? I.e. are you delegating authentication to another system, and if so, which one? Assuming you are, have you tried logging in with a local account, e.g. admin?

 
Ann

Hi, I finally solved the issue, the issue was because I was using the sonarqube-community-branch-plugin in a version that was not the correct one for my sonarqube version.

Thanks for your reply,
Alex Almansa

1 Like