-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
stack trace in later versions of 2.0rc #1340
Comments
same issue here. Setting the redoc-cli version to So everything seems to work with redoc |
I'm seeing the same error on versions between
|
I can confirm this broke after rc32 for us. |
Can you provide us with any reproduction? (Are you able to share an OpenAPI definition that reproduces the error?) |
Here's a copy of our .json file which works with .32 and not later. |
You openapi definition is invalid. Parameter You can use openapi-cli to validate your definition before passing it to redoc. |
I’ll try to find the bug in the set of components we use to generate our help. Thanks.
… On Aug 19, 2020, at 6:18 AM, Roman Hotsiy ***@***.***> wrote:
You openapi definition is invalid. Parameter in can't have value "route". It should be "path". I added a fallback so redoc doesn't crash.
You can use openapi-cli to validate your definition before passing it to redoc.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Starting in 2.0.0-rc32 or rc33 our generated documentation (which comes out of
joi-to-swagger
) the content no longer renders.It simply shows
Is this a known problem? How would I troubleshoot this? The stack trace with the minified assets that we serve this with are not easy to dig through. Is there documentation on how to investigate the problem?
The text was updated successfully, but these errors were encountered: