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
The error indicates that the YARP configuration is incorrect - the destination wasn't configured with a proper address (e.g. it was an empty string).
Can you check that ProxyTo is configured correctly in your launchSettings.json / appsettings.json?
You can also print app.Configuration["ProxyTo"] to see what the value was set to at runtime.
Hello
I get this error after upgrading my webforms project, using .NET Upgrade Assistant
ArgumentException: Invalid destination prefix. (Parameter 'destinationPrefix')
WebApp .net framework 4.8
to
WebAppCore .net 8.0
Yarp.ReverseProxy 2.1.0
Can someone knows why?
Greetings
Ruben
The text was updated successfully, but these errors were encountered: