grpc-web icon indicating copy to clipboard operation
grpc-web copied to clipboard

Response from grpc-web client request is undefined

Open TomOrth opened this issue 3 years ago • 1 comments

Hello,

I cannot post the code due company policy (apologies). However, I currently have a python grpc server and a grpc-web client. My client can send requests to the server (through envoy) and the server can receive it. However, the client cannot receive a response back. The response from the calling promise is undefined. I have tried a few things and cannot get it resolved. Any insight on why this could be happening would be appreciated.

TomOrth avatar Aug 21 '21 20:08 TomOrth

Have seen this issue when client couldn't decode the response. You can print the error message in the callback function and that can give some more inputs.

nagakiran avatar Feb 12 '22 04:02 nagakiran