-
Notifications
You must be signed in to change notification settings - Fork 480
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
Circular dependency with generated swagger metadata #2849
Comments
This could be user error, as i'm new to this... but moving
|
Was experiencing the same thing on another project. After a lot of trial and error I found that my Did a little more searching and eventually found that it seems this has been logged against typeorm here typeorm/typeorm#10671 Not sure if it's the same issue or different, but adding in my meanderings anyways. |
The same to me, Rollbacked typeORM to |
Possible duplicate of #2811 |
I can confirm that hard-coding typeORM to |
Is there an existing issue for this?
Current behavior
Hi,
I'm trying to use the
generate metadata
function of the cli and getting an error when using an object type. There seems to be several historical issues showing the same thing:#1442
#502
The metadata generates fine, however when starting the app I get:
This is my super simple dto:
Minimum reproduction code
Example in comments above
Steps to reproduce
No response
Expected behavior
It to handle the array of objects
Package version
7.3.0
NestJS version
10.3.3
Node.js version
20
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: