You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the restish repo to reproduce the error locally, and it comes from calling renderSchemaInternal where an infinite loop is encountered. This seems to arise from the recursive nature of the function and the inability to exit the loop.
Here is the error message and stack trace from running restish my-api locally:
When I run
restish my-api
, I get the error:I cloned the restish repo to reproduce the error locally, and it comes from calling renderSchemaInternal where an infinite loop is encountered. This seems to arise from the recursive nature of the function and the inability to exit the loop.
Here is the error message and stack trace from running
restish my-api
locally:The text was updated successfully, but these errors were encountered: