Wrong access denied popup after Back browser button usage

Template for a good new topic, formatted with Markdown:

  • ALM used: GitHub

  • CI system used: Jenkins

  • Languages of the repository: Java/JS/TS

  • Error observed
    image

  • Steps to reproduce
    Open page
    https://sonarcloud.io/project/branches_list?id=<redacted>
    Click on any branch
    (so the page is loaded https://sonarcloud.io/summary/new_code?id=<redacted>&branch=<redacted>).
    Press browser’s Back button.
    As the result the branches page is loaded but with the popup mentioned above.

Network shows a request to https://api.sonarcloud.io/aica/projects?projectIds=<...> where the project id differs from the normally loaded, and has a result 403 response status

1 Like

Hi @lrozenblyum,

Great catch and thank you for reporting, I was able to reproduce it on my side.
Indeed UI does unnecessary and wrong request, when navigating back to a list of branches or pull requests. We are working on a fix, and you can expect it to be released shortly.

Cheers

1 Like

Thanks @Stan. The problem is not reproduced anymore.

3 Likes