getting this error while trying to deploy my bpmn anyone can help?
Do you have Camunda 7 running locally already?
Are you able to reach this rest endpoint outside of the context of the modeler?
Yes camunda 7 is running in local but not sure for deploy my modeler diagram what api should i give and is need to define the api some other place first
not able to reach this rest end point http://localhost:8080/rest
how can i use this so I can deploy?
@swati_pancholi Should be http://localhost:8080/engine-rest
and not http://localhost:8080/rest
unless if you changed the rest context-path.
Try running curl command for GET http://localhost:8080/engine-rest/engine
and if it returns “[{“name”:“default”}]”
as json response then your setup works fine.
2 Likes