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

Can't read from file /docs #97

Closed
ghost opened this issue Mar 14, 2018 · 1 comment
Closed

Can't read from file /docs #97

ghost opened this issue Mar 14, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 14, 2018

Hi,

I setup swagger ui using the following configuration:

app.configure(swagger({
    docsPath: "/docs",
    uiIndex: true,
    info: {
      title: "Title",
      description: "Description"
    }
  }));

But I get the following error on the bottom of the page:

{
  "schemaValidationMessages": [
    {
      "level": "error",
      "message": "Can't read from file /docs"
    }
  ]
}
@Mairu
Copy link
Collaborator

Mairu commented May 24, 2019

If you still have this issue feel free to add further comments.

@Mairu Mairu closed this as completed May 24, 2019
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

1 participant