Generate token button opens invalid URL

Setup

  • Operating system: Fedora Linux 36
  • SonarLint plugin version: 7.5.0.54140
  • Programming language you’re coding in: Java
  • Is connected mode used:
    • Connected to SonarQube (and which version): 9.6.1 (build 59531)

Problem

When clicking the Generate token button (see image below) I get redirected to the following URL:

https://my.sonarqube.server//account/security

The URL however is invalid and points to a page that does not exist. The actual link should be https://my.sonarqube.server/account/security (see the duplicated //).

image

Hi @tomvdbussche ,

I have created a ticket for this issue. In the meantime, simply remove the trailing / from the server URL in the previous step of the connexion wizard:
image

Thanks for the feedback!