Cannot deploy bpmn file via Camunda Modeler

Hello Guys,
I have an issue when trying to deploy my diagram via Camunda Modeler, As you can see in the screenshots camunda rest is up and running, but for some reason the modeler doesn’t recognize the rest url as a valid rest url.
I included the bpmn file as well.
PS: I’m running camunda via docker using camunda-bpm-platform docker image.

exprestise_approval_process.bpmn (17.1 KB)



I was able to do it via rest.

1 Like

Very strange that this isn’t working correctly from the modeler…

The endpoint in modeler is missing the path /deployment/create in the url.

No It is the correct url according to the docs: Deploy the Process (3/6) | docs.camunda.org. The one you wrote is if you want to deploy your model via rest.

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