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
I got an issue with gRPC service. I'm using grpc-web on my client side Angular application.
I constantly receiving CORS error:
has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
and also sometimes I do receive the following message on the grpc server:
transport: loopyWriter.run returning. connection error: desc = "transport is closing"
and the logging shows that grpc request received but no response sent back to the client app
[{
"name": "MyApp1",
"connect_timeout": "0.25s",
"type": "logical_dns",
"lb_policy": "round_robin",
"http2_protocol_options": {},
"hosts": [{
"socket_address": {
"address": "host.docker.internal", # also tried docker service name my_app
"port_value": 50053
}
}]
}]
When I'm running envoy and go service without Pilot, everything works fine with exactly same configs, trying to figure out how to update envoy dynamically. Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
I got an issue with gRPC service. I'm using grpc-web on my client side Angular application.
I constantly receiving CORS error:
and also sometimes I do receive the following message on the grpc server:
and the logging shows that grpc request received but no response sent back to the client app
Here are my configs:
Consul LDS:
Consul CDS:
When I'm running envoy and go service without Pilot, everything works fine with exactly same configs, trying to figure out how to update envoy dynamically. Any help would be appreciated!
The text was updated successfully, but these errors were encountered: