{"schemaValidationMessages":[{"level":"error","message":"Can't read from file http://nimbledev:8080/store/api/swagger.json"}]}
What could be causing that? How do I make it go away?
Any info would be appreciated.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<Screen Shot 2016-05-11 at 4.49.18 PM.png>
On Oct 10, 2016, at 8:55 AM, MMR <mmr1...@gmail.com> wrote:
I am getting the same error and indeed my host is not publicly accessible. Setting "this.model.validatorUrl = null;" in all places in swagger-ui.js and swagger-ui.min.js does not eliminate the issue. Any suggestion would be appreciated.
window.swaggerUi = new SwaggerUi({url: url,dom_id: "swagger-ui-container",validatorUrl: null,supportedSubmitMethods: ['get', 'post', 'put', 'delete', 'patch'],onComplete: function(swaggerApi, swaggerUi){if(typeof initOAuth == "function") {initOAuth({clientId: "your-client-id",clientSecret: "your-client-secret-if-required",realm: "your-realms",appName: "your-app-name",scopeSeparator: " ",additionalQueryStringParams: {}});}
On Oct 10, 2016, at 11:06 AM, MMR <mmr1...@gmail.com> wrote:
Never mind. Somehow redeploying the app took care of it. Thanks for the tips.