Hi team,
I have deployed Camunda image(camunda/camunda-bpm-platform) to Azure Kubernetes Service(AKS) cluster. I am also using Application Gateway Ingress Controller to route traffic to AKS cluster. When trying to browse Camunda platform at https://my-dev-application.com/camunda/, I can see the Camunda home page with the username and password screen.
There is also a message in the home screen saying that,
Communication Error : The application received an unexpected 502 response from the server. Try to refresh the page or login and out of the application.
Also when I try to login with Username-demo and Password-demo, I get message saying,
Login Failed : Wrong credentials, locked user or missing access rights to application
But the same application when I do port-forward to localhost and access at http://localhost:8080/camunda, I am able to login using Username-demo and Password-demo.
Kindly request your help and support here