Swagger UI 在部署时显示错误(验证) [英] Swagger UI shows error (validation) when deployed

查看:32
本文介绍了Swagger UI 在部署时显示错误(验证)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序中嵌入了 swagger ui.当我在本地运行我的节点应用程序时,UI 运行良好.

I have the swagger ui embedded in my application. And when I run my node application locally the UI works great.

但是,当我将 UI 部署到我的真实"服务器时,我会在 swagger ui 的右下角看到一个错误图像:

However when I deploy the UI to my 'real' server I get an error image in the bottom right of my swagger ui:

我确信这是我正在做的事情,但我不知道.当我通过 http 访问 swagger ui 时,再次在本地工作.

I am sure this is something I am doing that is screwing it up but I have no idea. Again works locally when I access swagger ui via http.

但是,当我部署时,我通过 apache 运行并通过 https 提供服务,我看到一个错误.更糟糕的是,我的尝试"调用在部署时都不起作用.好像没有发出请求.

However when I deploy I run through apache and serve out over https, I see an error. Even worse none of my 'Try it' calls work when deployed. Seems like the request is not being made.

看起来 UI 使用我的 swagger.json 调用验证器,但该调用在本地有效.

Looks like the UI makes a call to a validator with my swagger.json, however that call works locally.

我做错了什么?

当我点击错误图标时,我得到:

When I click the error icon, I get:

推荐答案

要关闭 swagger 验证器,请在 dist/index.html 中添加 validatorUrl : null,>

To turn off swagger validator add validatorUrl : null, in dist/index.html in

  window.swaggerUi = new SwaggerUi({
    url: url,
    validatorUrl : null,
    dom_id: "swagger-ui-container",

这篇关于Swagger UI 在部署时显示错误(验证)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆