gdong42 / grpc-mate

A dynamic proxy server that translates JSON HTTP requests into gRPC calls.
https://grpcmate.io
Apache License 2.0
75 stars 9 forks source link

Unable to discover service #11

Open marcosag90 opened 2 years ago

marcosag90 commented 2 years ago

Hi. I have been having issues discovering services that supposedly have ServerReflection enabled. I am running the helloworld example from the grpc official repository. image

However, when I try to access it via grpc-mate, it seems like it is unable to discover it, and I have been unable to find any issues or guides that would help me figure out what is not working. image

Thank you before hand for your time.