On our self-hosted instance of SonarQube running in a docker container, we recently upgraded from 8.9.0-community to 9.2.4-enterprise and the web ui is now showing some internal element names. It looks like it’s perhaps specific to anything new that’s been added by upgrading to Enterprise, but not I’m not 100% sure on that. The DB migration after the upgrade succeeded with no issues. I do not see any pertinent information in the web or main logs. We are using a Postgres 13.3 RDS instance for the DB.
Here is an example of what we’re seeing:
Is there somewhere else I should be looking to troubleshoot this? Or any other ideas. It seems related to the upgrade, but I didn’t see any special notes needed in the documentation for upgrading.
Anyone have any thoughts? We’re in a trial period and this really ruins the elegant look of the SonarQube UI and my chances of convincing anyone to use this product.
Regarding the localization strings, this should just work. I wonder if there are any errors in your browser console? Also, have you tired doing a force-refresh? I believe the localization string data comes from a web service. Maybe your browser is caching it?
I’ve tried using an incognito window within Chrome, force-reshing, using Edge and all have the same results. I also have other users seeing the same and this only showed up after the upgrade. Certain areas have more of this than others. The entire audit logs section shows like this:
Another note - I actually just did a fresh install of 9.2.4-enterprise on a branch new ec2 instance, with a brand new EBS volume and brand new postgres RDS instance and am getting the same issue. Perhaps this is actually a bug in this version? I will try upgrading as I believe something newer than 9.2.4 is out now.