You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of my request is getting the following error message:
{"error":"grpc: received message larger than max (7696103 vs. 4194304)","code":8}
I was able to override the maxMsgSize on the gprc server side. I believe this is due to grpc-gateway uses a client to read the response from the actual grpc server, and that client has a maxMsgSize limit? Is there a hook to override that?
Thanks!
The text was updated successfully, but these errors were encountered:
One of my request is getting the following error message:
I was able to override the maxMsgSize on the gprc server side. I believe this is due to grpc-gateway uses a client to read the response from the actual grpc server, and that client has a maxMsgSize limit? Is there a hook to override that?
Thanks!
The text was updated successfully, but these errors were encountered: