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 invocations fail when the grpc-status is exposed in the payload (not header) per the spec. Since the grpc-status and grpc-message headers are no longer declared in the Access-Control-Expose-Headers header, accessing it from the Xhrio lib will give an error instead of returning null
https://github.com/grpc/grpc-web/blob/master/javascript/net/grpc/web/grpcwebclientreadablestream.js#L122
The invocations fail when the grpc-status is exposed in the payload (not header) per the spec. Since the
grpc-status
andgrpc-message
headers are no longer declared in theAccess-Control-Expose-Headers
header, accessing it from the Xhrio lib will give an error instead of returningnull
These are related to the issues pointed out in #518 & improbable-eng/grpc-web#396
Suggested fix: first see if
grpc-status
andgrpc-message
are in thegetResponseHeaders()
results before callinggetStreamingResponseHeader
.I'd fix this if I had any idea how to build this project.
The text was updated successfully, but these errors were encountered: