I am trying to deploy the BPMN from the desktop modeler but not able to deploy on 9090 port. Although my project is running on port 9090. Giving error that should point to running Camunda REST API.
Hi @hitu9909
I would make sure that the engine-rest component is installed with your Camunda 7 instance.
Do you have something like “camunda-bpm-spring-boot-starter-rest” in your dependencies?
I don’t see the “camunda-bpm-spring-boot-starter-rest” dependency in this list, so this is probably the issue. You did not deploy the rest component.
Add the “camunda-bpm-spring-boot-starter-rest” dependency, re-deploy the application, and give it another try with a defined port.