Issues only shown on overview tab, but not on issues tab inside project

We are currently utilizing SonarQube version 2025.1.1 Developer Edition on Docker with a PostgreSQL database. We have created three projects; however, two of them are displaying issues on the overall page. When we delve into these specific projects, they indicate that there are no issues present.

I have attempted the suggestions from the community, including clearing the /data/es8 folder by stopping and restarting Docker, but the issue persists.

I confirmed on the datbase and the issues still exists

Additionally, I am encountering several errors in the user interface, such as:

The requested project could not be found.

Either it has never been analyzed successfully or it has been deleted.

[Go back to the homepage]

Hi,

Welcome to the community!

Did you delete the Elasticsearch data in between stopping and restarting, or did you only do the bounce?

Because this does sound like corrupt ES indices. And simply bouncing your Docker container should not be enough to clear the indices, since they should be in a persistent volume.

 
HTH,
Ann

Thanks Campbell for your reply. The issue lied in the project permissions and it worked after enabling required permissions

1 Like