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
The wiremock stubs contains "grpc-status-name" : "OK" response header however it seems no headers get added when looking at envoy proxy logs. See excerpt from log:
Proposal
I've setup a client-side app with react which uses connectrpc's transport for grpc-web protocol and sends requests to envoy over HTTP/1.1 and gets proxied to wiremock server.
The wiremock stubs contains
"grpc-status-name" : "OK"
response header however it seems no headers get added when looking at envoy proxy logs. See excerpt from log:In addition to this, the response payload does not include the required grpc trailers as evidenced by this log:
The missing data from this response results in the react application throwing a
missing trailers
error.wiremock-main.zip
Reproduction steps
Follow README to install and run the attached source code.
See
Test mock server integration
section to reproduce issue.References
No response
The text was updated successfully, but these errors were encountered: