YARP minimal API MapForwarder always returns 502
i have the following problem in my Blazor (.Net 8) App. I Try to use the YARP Map Forwarder (Microsoft.Extensions.ServiceDiscovery.Yarp 8.0.2) to forward requests, that reach Blazor Server from Blazor Client, to a backend service, as a sort of a reverse Proxy. It always returns 502 Bad Gateway. What am i missing here?