2026.2.1 Installed and not loading projects view

Hi, there!

Just installed 2026.2.1 released yesterday and projects view is not working:

I can see no logs regarding this issue, but in network view from devtools in the browser, I can see 429 response from Beamer:

Dunno if it is related. Let me know if you need more information.

Regards!

Hi,

I’ve never seen a 429 from SonarQube itself. You should probably talk to your network folks; I suspect there’s something “helpful” in the middle that’s returning this 429 error.

 
HTH,
Ann

Indeed, I have tested it, and the 429 has no effect on the error I’m experiencing. However, I have found this issue across every instance I administer (and there are quite a few). Should I open another ticket to have this investigated?

For this particular issue, I found that:

Is there something I am missing?

Sometimes, when I encounter UI glitches, it’s likely that Elasticsearch has become corrupted. In those cases, I delete the es8 data and let it regenerate, but that is not resolving the problem this time.

Hi there!

The 429 error that you see on beamer shouldn’t affect the webapp projects page. It might just prevent you to see the product news when you click on the top right bell button.

Regarding the red error you get in projects page, do you see any js file that can’t load in the network tab?

Also can you try again to load the page but without any browser extensions (if you had any so far). And report the errors you might see in the console tab.

And also about that SyntaxError: missing } after property list, can you share what you see in the code where the error appeared when you click on the index.js:9317 link in the error itself?

Sorry for the delay, It has been a busy one.

I just reinstalled from the ground up SonarQube 2026.2.1. The error disappeared. First time this has ever happened to me. :frowning:

As it was itching my head, I investigated what happened. Interestingly enough, it turned out to be the DefaultPageSelector file that differed between installations.

I tried to deminify the files to compare them, and the file from the previous installation is corrupted, or at least malformed.

Mistery solved!!!

Thank you for your time and effort, guys, appreciate it!

1 Like