You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`The middleware doesn't provide the 'resolve' method (${name})`;
3
3
4
4
exportconstInvalidModuleMessage=(scope: string)=>
5
-
`Nest can't create the module instance. The frequent reason of this exception is the circular dependency between modules. Scope [${scope}]`;
5
+
`Nest can't create the module instance. The frequent reason of this exception is the circular dependency between modules. Use forwardRef() to avoid it (read more https://docs.nestjs.com/advanced/circular-dependency). Scope [${scope}]`;
0 commit comments