-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
dynamic Modules metadata does not support circular structures #678
Comments
Thanks @cdiaz, I'm on it |
Fixed in |
Currently trying to upgrade my Nest 4.x.x application to 5.3.10. My application does have a circular dynamic module and works perfectly fine with 4.x.x, but I'm having the error message Looking through your commit history, the commit which fixed this issue is more or less reverted by commit ce498e86150f7de4a260f0c393d47ec4cc920ea1. Why is this? Can not find any statement on this. |
@kamilmysliwiec Please, reopen this issue, Apparently this commit in which changes are reverted, has reopened the problem |
Solved by #1142, I'll merge it soon |
Published as 5.3.11 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm submitting a...
Current behavior
Expected behavior
Nest application successfully started
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Allow use of external libraries that contain circular references
Environment
The text was updated successfully, but these errors were encountered: