• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

部署时 Swagger UI 显示错误(验证)

用户头像
it1352
帮助1

问题说明

我的应用程序中嵌入了 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:

正确答案

#1

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

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",

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfkeia
系列文章
更多 icon
同类精品
更多 icon
继续加载