I installed Camunda on my computer for testing. The installation was performed according to the Local Kubernetes cluster instructions (Local Kubernetes cluster | Camunda 8 Docs). All pods started correctly. Configured port-forward. The sites open and I can access the demo/demo data. Next, I started making the first example for study from the Node.js documentation (Node.js | Camunda 8 Docs). When I tried to load an example process in Zeebe I got the error:
Erroring requesting token for Client Id zeebe
RequestError: connect ECONNREFUSED ::1:18080
The documentation states that there is no Identity in the local installation, how then to call Zeebe? I can’t find how to switch Zeebe to basic authentication.
Hi @mskvortsov, welcome to the forums! I would expect a different error if it was an authentication issue. That error looks like a routing/networking error. Can you share how you’ve configured the Node client?
@mskvortsov - I meant how did you configure/initialize the NodeJS Zeebe client? Can you share your package.json and the relevant JavaScript/TypeScript code, as well as the values for any environment variables you may have used for it?