I’m trying to deploy Sonarqube via a web app. I did the configuration well with a Docker Compose by specifying the connection to the database. Everything works fine until I see my empty Project page while in the database, I have many projects that are saved.
I can still see them in Administration > Project > Management. But not on the homepage.
You say you used Docker Compose… so not the supported images we offer? The projects page is fed from the Elasticsearch indices so it sounds like something going on with them. The docs might help.