Hi,
I try to deploy process to zeebe using zbctl
after typing command : zbctl deploy diagram_test_1.bpmn
I got this error: Error: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:26500: connect: connection refused"
I got the same arror when trying zbctl status command
It looks like zeebe cluster is not working properly.
Yes, it seems like you don’t establish a connection to your Zeebe Cluster. Can you check your port to see if Zeebe is running? Is Zeebe maybe running at a different port?
There are multiple options how you can check your ports. Also depends a little bit how you started up Zeebe. If you used docker you can use a tool like Portainer to see your running containers. You can also try localhost to see if the Zeebe is running and you are able to connect to the Frontend applications.
You can use your CLI. At least in Linux , but I am sure there are options in Windows and Mac as well.