"Measures" tab is not working after update to 10.7.0.96327

Updated today from 10.6.0.92116 to 10.7.0.96327.

Opening the “Measure” tab of a project is not working any longer:

image

access.log:
… “GET /api/alm_settings/get_binding?project=xxxxxx HTTP/1.1” 404 - “https://sonar.yyyyyy.com/component_measures?id=xxxxxx” …

browser debugger:
404 for component?additionalField=… “404 - File or directory not found.”

Any idea?

Hi,

Just to be sure, you have full permissions on the project?

Can you do a full browser refresh (Ctrl-R) and try again? I’m wondering if maybe some old, pre-upgrade JS is cached in your browser.

 
Ann

Tried incognito and also empty cache, still error is shown.

Hi,

With any other error, I’d send you to your server logs, but a 404… I’m not sure where to go from here, so I’ve flagged this for more expert eyes.

Are you seeing this in just one project? Multiple? All?

 
Thx,
Ann

Thanks for taking care.

I see it on all projects of the server, and as well on a second server with the same version.

1 Like

Same “Info” can be found in the build pipeline step for publish

Hi,

That’s a 403 & so theoretically unrelated, but I appreciate your making sure we have all the data.

 
:smiling_face:
Ann

Hello @jensheidrich_acn ,

Could you be more precise on exactly what endpoint on the browser is failing?

You have specified only URL query parameters.

Is it the same one as this one?

access.log:
… “GET /api/alm_settings/get_binding?project=xxxxxx HTTP/1.1” 404 - “yyyyyy.com

Regarding your 403 error, are you sure your token is up to date?

Best,
Jacek

I am in the Web Browser and clicking on the tab “Measures”.

https:///api/measures/component?additionalFields=period%2Cmetrics&component=xxxxxx…

For the build step: the token is valid, everything works and results are published, it was just another similar observation.