Relative Content

Tag Archive for .net-coregrpcapi-gatewayyarp

Unable to access gRPC service though Yarp Gateway in .Net Core

I have created a gRPC service in Asp.net core Web API using nuget packages – Grpc.AspNetCore 2.57.0, Grpc.Tools 2.64.0, Google.Protobuf 3.27.2.
I am able to access it successfully through my .Net Core Web application. However, when I try to access it through the Yarp Gateway, getting 404 error. Can someone please help me to get rid of this issue?