I have the swagger ui embedded in my application. And when I run my node application locally the UI works great.
However when I deploy the UI to my \'real\' server I ge
To turn off swagger validator add validatorUrl : null, in dist/index.html in
dist/index.html
window.swaggerUi = new SwaggerUi({ url: url, validatorUrl : null, dom_id: "swagger-ui-container",