Webapps is not starting

I have the below dependency:

groupId: org.camunda.bpm.springboot
artifactId: camunda-bpm-spring-boot-starter-webapp
version: 7.21.0

And the below prop param:

#Camunda application
camunda.bpm.admin-user.id=demo
camunda.bpm.admin-user.password=demo
camunda.bpm.filter.create=All

However when I’m start my spring boot application, and try to access the camunda web admin I’m getting the below :

http://localhost:8080/app/cockpit/default/#/tasks

HTTP Status 404 – Not Found

Hello!

Is this the only dependency you have on the project?
Run your project locally and try to access it via the url:

http://localhost:8080/camunda/app/welcome/default/#!/welcome

I hope this helps!

William Robert Alves

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