I'm getting some strange behavior. i'm getting swagger UI at https://<ip>:9419/swagger but not on the url opened by the BR console when navigating console->swagger from the console menu. it opens https://<ip:9419/swagger/ui/index.html but shows the below error in the browser.
Secondly, when i open https://<ip>:9419/swagger , im presented with swagger telling me there are two api versions available: v1-rev40 and v1-rev41. But i think v12.1 should have newer versions, correct?
Any ideas on why these things might happen?
Code: Select all
{
"Message": "An error has occurred.",
"ExceptionMessage": "Mapping not found - index.html",
"ExceptionType": "Swashbuckle.SwaggerUi.AssetNotFound",
"StackTrace": " at Swashbuckle.SwaggerUi.EmbeddedAssetProvider.GetAsset(String rootUrl, String path)\r\n at Swashbuckle.Application.SwaggerUiHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)"
}