Cockpit not loading due to styles and js errors

Dear all,

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 in advance.

I see service name missing in the resources but both environments have same springboot and camunda configurations

Working one:

Did you check pod logs/journalctl logs to get more details. Are you using Community or Enterprise Edition?

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.

.xyz Domain Names | Join Generation XYZ but it should like
.xyz Domain Names | Join Generation XYZ

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

We are using Camunda Community.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.