-
-
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
Route overridden #4114
Comments
Here's a minimum reproduction of the issue: https://github.com/jmcdo29/nest-issue-4114 I'm not sure if this is a bug or a side effect of using multiple factories in the |
I understanded the cause.
by this, We can't get access to apiApp router. Is this expected behavior? How to respondIf so, modify
But this has one problem.
Please let me know if there is any other better way. |
@kamilmysliwiec If the reason of the revert is that an error occurs when / is appended, I will fix it as follows, is that OK? sample
|
@uc4w6c it has introduced tons of breaking changes and regressions |
@kamilmysliwiec I think We can address this issue while maintaining compatibility, so I will fix it. Thank you! |
Still no updates for this? EDIT: I found a workaround for this. |
My problem is that the route is overwritten。
If I use
adminApp.init()
first , I can't get access to apiApp router.I only have access to the ‘adminApp‘ module internal routes that are initialized first.
The text was updated successfully, but these errors were encountered: