AlexSKuznetsov / control-app

The POC showcases a containerized application using Docker, combining frontend, backend, and process orchestration Camunda BPM 7.
MIT License
1 stars 0 forks source link

Could not upload BPMN from Modeler app #40

Closed lorrod closed 1 year ago

lorrod commented 1 year ago

I attempted to quickly start this project but encountered difficulty accessing the Zeebe endpoint from the Camunda Modeler. It shows an error: "Should point to a zeebe cluster".

Screenshot 2023-07-06 at 16 09 35

I am currently using the latest version of the Modeler app and attempting to access Zeebe through http://localhost:8080/engine-rest. There is no errors in log, I can access camunda endpoints such as http://localhost:8080/camunda

Here is what I get from zeebe expected endpoints

➜  control-app git:(main) curl http://localhost:8080/engine-rest
{"type":"NotFoundException","message":"RESTEASY003210: Could not find resource for full path: http://localhost:8080/engine-rest","code":null}% 
➜  control-app git:(main) curl http://localhost:8080/engine-rest/engine
[{"name":"default"}]

Do I need to have an extra setup? What can cause the problem?

AlexSKuznetsov commented 1 year ago

Hi @lorrod, it seems that you are using another version of the diagram. (Camunda platform 8) Current project aimed to use Camunda platform 7 version. Make sure that when you create a diagram for 7 version.

Screenshot 2023-07-06 at 11 22 14