I deployed the cmdbuild 4.0.0 war file to an azure container app. But when I go to the link + /cmdbuild, it skips the database config and goes straight to the login page (where I am not able to log in).
I used the same dockerfile to recreate this in my local Docker and it seems to work fine - it goes to the #configuredb page, I set up the db, then it applies patches and takes me to the login page.
Same configs are not working as expected when I deploy this to azure container app.
How to resolve this?