grpc-gateway icon indicating copy to clipboard operation
grpc-gateway copied to clipboard

ERROR: Failed to extract ServerMetadata from context

Open andreslunchbox opened this issue 6 months ago • 13 comments

After upgrading from: github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1

To: github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0

I am encountering the following error multiple times even when I'm not making API calls to the gateway:

2024/08/07 17:23:39 ERROR: Failed to extract ServerMetadata from context

gRPC-Gateway version: v2.21.0 Environment: Amazon Elastic Kubernetes Service (EKS) + AWS ALB Ingress Controller

Additional Context I've observed this error consistently after upgrading the gateway version. It appears when the gateway is behind an AWS ALB Ingress Controller as it does not show up in local development when using an NGINX ingress.

andreslunchbox avatar Aug 07 '24 17:08 andreslunchbox