Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build 8.4.6 broken #418

Closed
corby opened this issue Feb 16, 2021 · 1 comment
Closed

Build 8.4.6 broken #418

corby opened this issue Feb 16, 2021 · 1 comment

Comments

@corby
Copy link

corby commented Feb 16, 2021

Some messages have been moved to the Issues panel.
rapidoc-min.js:51828 RapiDoc: Unable to resolve the API spec..  Cannot read property 'trim' of undefined
loadSpec @ rapidoc-min.js:51828
async function (async)
loadSpec @ rapidoc-min.js:51828
(anonymous) @ rapidoc-min.js:51828
setTimeout (async)
attributeChangedCallback @ rapidoc-min.js:51828
(anonymous) @ rapidoc-min.js:51828
_ @ rapidoc-min.js:7
(anonymous) @ rapidoc-min.js:7
(anonymous) @ rapidoc-min.js:7

Works with 8.4.5

YAML

openapi: 3.0.3
info:
  title: Test
  description: test
  version: 1.0.0
servers:
  - url: 'http://localhost:9000'
    description: Local server
paths:
  /test:
    get:
      parameters:
        - name: env
          in: path
          schema:
            type: string
            enum: [prod, dev]
            default: production
          example: qa
      responses:
        '200':
          description: 'ok'
@mrin9
Copy link
Collaborator

mrin9 commented Feb 16, 2021

Thankyou for reporting - please use build 8.4.8

@mrin9 mrin9 closed this as completed Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants