I have deployed camunda 7.14 application in lower env (say dev/qa) and able to access the camunda cockpit. But when I deploy the application in pre-prod, styles and .js files are failing to load with 404 error but getting 200 response for xyz-workflow-service/camunda/app/cockpit/default/. This camunda application deployed on kubernetes cluster with single pod. Since /camunda/app/cockpit/default/ is success, ingress is allowing the traffic but issue while loading the .css and .js files
Please see below screenshots for ref and let me know if I need to do thing else to load the cockpit. Btw I am able to access all camunda REST apis sucessfully. Issue is only with cockpit.
Thank you @cpbpm Yes, There is no issue with workflow rest apis. Business functionality is working as expected. Only issue is with cockpit and it is due to styles and javascript files loading. This is due to incorrect url. service name is missing while loading the camunda cockpit.
I also tried with below props but didn’t work.
camunda.bpm.webapp.index-redirect-enabled=true
camunda.bpm.webapp.application-path=workflow-service/camunda