How do you use Nginx with GRPC WEB #1373
Unanswered
Nedimko123
asked this question in
Q&A - General
Replies: 2 comments
|
@Nedimko123 Thanks for the feedback. :) Nginx support is not part of grpc-web's core feature, and would be better supported by the larger community. I'll convert this into a discussion in case anyone could help with it. Thanks! :) |
0 replies
|
This error means the underlying RPC channel isn’t getting the expected trailing metadata. Often, it's caused by a server or library quirk (e.g. in gRPC) and can be benign if the data is correctly returned. If everything works as expected, you might safely ignore it, but it's wise to check for updates or configuration tweaks in your RPC library to ensure full compliance with trailer expectations. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After some configuration I get
Paused on exception RpcError: missing trailersBut I do get the data back, though...
All reactions