System.InvalidOperationException
HResult=0x80131509
Message=Unable to load or apply the proxy configuration.
Source=Yarp.ReverseProxy
StackTrace:
at Yarp.ReverseProxy.Management.ProxyConfigManager.<InitialLoadAsync>d__28.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Microsoft.AspNetCore.Builder.ReverseProxyIEndpointRouteBuilderExtensions.GetOrCreateDataSource(IEndpointRouteBuilder endpoints)
at Microsoft.AspNetCore.Builder.ReverseProxyIEndpointRouteBuilderExtensions.MapReverseProxy(IEndpointRouteBuilder endpoints, Action`1 configureApp)
at Program.
Inner Exception 1:
AggregateException: The proxy config is invalid. (No matching IPassiveHealthCheckPolicy found for the passive health check policy name 'TransportFailureRateHealthPolicy' set on the cluster 'allclusterprops'.)
Inner Exception 2:
ArgumentException: No matching IPassiveHealthCheckPolicy found for the passive health check policy name 'TransportFailureRateHealthPolicy' set on the cluster 'allclusterprops'.
ArgumentException: No matching IActiveHealthCheckPolicy found for the active health check policy name 'TransportFailureRate' set on the cluster 'allclusterprops'.