My swagger UI displays and it is showing all of my routes. Everything looks great except there is a big red ERROR indicator on the lower right. When I click it I get:
<
"validatorUrl: null" solution still works in 2020. I didn't have validatorURL in my SwaggerUIBundle but I just added it and the error no longer shows now.
const ui = SwaggerUIBundle({
url: window.location.href.replace('swagger-ui.html','service/swagger.json'),
dom_id: '#swagger-ui',
validatorUrl: null,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
})