Sonarlint connection to sonarqube failing but also not?

So it seems setting a proxy indeed fixed the issue that I was having although gave me new onces. I used the following setting in my user settings.json file of VS code.

"sonarlint.ls.vmargs": "-Djava.net.useSystemProxies=true",

After saving and restarting VS code I noticed that the connection to SonarQube takes quite long, too long. At a moment I get the error “internal error”, but yet I see a yellow checkmark next to the SonarQube server in VS code. And then I want to select a project to bind too I do see a list of all the possible projects.

Once I have setup the appropriate connection made with the project I do not see any weird errors, nor do I see anything showing up in the security hotspot section within SonarLint which I suspected it would.

Please send me a message personally so I can send these logs to you. Thank you.