Regarding Camunda Authentication

I am Using OAuth 2.0 As a Authentication For my camunda Can anyone help me out - # Self-Managed

Hi @MohitSinghSolanki-A, welcome to the forums! There is no question here. You need to provide a lot more detail before anyone can help. What error are you getting and what did you expect to happen? What versions? How do you have it deployed? How do you have it configured? What do the logs show?

I am getting Error when Trying to deploy my process on our SM camunda from nodejs - Error deploying process: Error: 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Protocol error
at callErrorFromStatus (/Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/call.js:31:19)
at Object.onReceiveStatus (/Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/client.js:193:76)
at /Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/call-interface.js:78:35
at Object.onReceiveStatus (/Users/sunil.bhavlal/Desktop/student-support/node_modules/@camunda8/sdk/dist/zeebe/lib/GrpcClient.js:103:36)
at InterceptingListenerImpl.onReceiveStatus (/Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/call-interface.js:73:23)
at Object.onReceiveStatus (/Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:360:141)
at Object.onReceiveStatus (/Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181)
at /Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/resolving-call.js:129:78
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
at ServiceClientImpl.makeUnaryRequest (/Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/client.js:161:32)
at ServiceClientImpl. (/Users/sunil.bhavlal/Desktop/student-support/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
at /Users/sunil.bhavlal/Desktop/student-support/node_modules/@camunda8/sdk/dist/zeebe/lib/GrpcClient.js:309:47
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 13,
details: ‘Received RST_STREAM with code 2 triggered by internal client error: Protocol error’,
metadata: Metadata { internalRepr: Map(0) {}, options: {} }
}

@MohitSinghSolanki-A - what version of Camunda? Have you been able to successfully deploy from Modeler before? How and where is Camunda deployed?

That error indicates a general gRPC server error, which could be anything from a communication failure between the client and the server (gRPC uses HTTP/2, so if there are any firewalls or proxies etc. in between, they need to support HTTP/2), to an error on the server tisde, and everything in between.

Thanks for the help there was some internal error within my code and I resolved it

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