-
Notifications
You must be signed in to change notification settings - Fork 79
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 #7
Comments
I have the same issue. Did you manage to resolve it? |
Update both |
Also update @nestjs/platform-express |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
Hi. I have this issue
When I added ScheduleModule.forRoot() in my AppModule, i had an error whit circular dependency. I also tried run the example https://github.com/nestjs/nest/tree/master/sample/27-scheduling, and i had the same error.
Environment
The text was updated successfully, but these errors were encountered: