-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to POST on endpoint with recursive model #3706
Comments
@raymondfeng , does your PR #3722 take care of this too? Thanks. |
@raymondfeng I've update @loopback/repository to version 1.14.0 and loopback/repository-json-schema to version 1.10.0, and I still have the issue. |
@raymondfeng can you PTAL? |
@raymondfeng @bajtos |
@mmussche2 Can you verify #3897? |
@raymondfeng
|
You probably need to import |
Related to #3674
I have updated my openapi-v3 dependency, now my API starts correctly, but I can't send a post on the associated endpoint, I get an internal server error :
when replacing
by
it works, but then the recursive model is not specified
The text was updated successfully, but these errors were encountered: