Hello to everyone.
I´m trying to deploy an WebApp to Azure following Jmix instructions (.War).
The Jmix project works perfectly on localhost, my Resource Group with the app Service and Azure Database PostgreSQL are working too, no errors was given when created.
Despite that, when I want to deploy the app with <<./gradlew azureWebAppDeploy">>
It gives me this warning on jmix terminal:
but the app at the end says: “Succesfully deployed the artifact to https://myAppName.azurewebsites.net”
And if I acces that link, I recieve a 404 in the browser.
And looking for Application Logs inside Azure I have this Warning:
I will be grateful for any help you can provide.