api
proxy_error
ai_generated
true
gRPC-Web: proxy translation error
ID: api/grpc-web-proxy-error
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
gRPC-Web proxy cant translate HTTP/1.1 to HTTP/2.
genericWorkarounds
-
88% success Configure Envoy or grpc-web proxy correctly
-
85% success Use @improbable-eng/grpc-web for browser gRPC-Web client
Dead Ends
Common approaches that don't work:
-
Use native gRPC from browser
90% fail
Browsers dont support HTTP/2 gRPC
-
Fall back to REST
68% fail
Loses gRPC benefits