-
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
build: Maximum call stack size exceeded since v2.0.0-rc.74 #2114
Comments
@AlexVarchuk do you think this is related Redocly/redocly-cli#799? |
@AlexVarchuk how can I know in which version this is solved? |
@felipeloha We'll make the next release today. |
@AlexVarchuk does this fix apply for https://www.npmjs.com/package/@redocly/cli ? |
should fix |
@AlexVarchuk this issues wasn't released yesterday, right? please let me know if I misunderstood something |
Hi @felipeloha, released here. npx @redocly/cli@latest preview-docs ./sample.json Screen.Recording.2022-08-11.at.15.52.14.mov |
thanks |
Describe the bug
When I run
redoc-cli build openapi.yaml -o redoc.html --title "openEO API" --cdn --options.expandResponses "200,201,202,203,204" --options.pathInMiddlePanel true
I get an error:
Expected behavior
Build runs flawlessly.
Minimal reproducible OpenAPI snippet(if possible)
Not sure what causes this, so here's the link to the OpenAPI file: https://github.com/Open-EO/openeo-api/blob/draft/openapi.yaml
Additional context
Seems to happen since v2.0.0-rc.74 - PR #2072 seems suspicious.
The text was updated successfully, but these errors were encountered: