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
I use dotnet 8 and the nuget package 8.2.0 without updating the ocelot package (a new version 23.2.0 was released).
The ocelot gatewat is accessible from the url https://example.com/internal-gateway/...
I use this code to configure the SwaggerForOcelot (simimlar from the demos found on this repos)
I use dotnet 8 and the nuget package 8.2.0 without updating the ocelot package (a new version 23.2.0 was released).
The ocelot gatewat is accessible from the url https://example.com/internal-gateway/...
I use this code to configure the SwaggerForOcelot (simimlar from the demos found on this repos)
Expected behavior
The swagger ui has to load the swagger configuration from https://example.com/internal-gateway/swagger/docs/v1/forms-api as expected (see the printscreen below) and not https://example.com//swagger/docs/v1/forms-api
To Reproduce
The Ocelot route configuration:
The text was updated successfully, but these errors were encountered: