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
[Nest] 32180 - 2022. 06. 16. 오후 9:39:48 ERROR [ExceptionHandler] Nest can't resolve dependencies of the EmailService (?, MailerService). Please make sure that the argument UsersService at index [0] is available in the EmailService context.
Potential solutions:
If UsersService is a provider, is it part of the current EmailService?
If UsersService is exported from a separate @module, is that module imported within EmailService? @module({
imports: [ /* the Module containing UsersService */ ]
})
Error: Nest can't resolve dependencies of the EmailService (?, MailerService). Please make sure that the argument UsersService at index [0] is available in the EmailService context.
Potential solutions:
If UsersService is a provider, is it part of the current EmailService?
If UsersService is exported from a separate @module, is that module imported within EmailService? @module({
imports: [ /* the Module containing UsersService */ ]
})
at Injector.lookupComponentInParentModules (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:231:19)
at Injector.resolveComponentInstance (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:184:33)
at resolveParam (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:106:38)
at async Promise.all (index 0)
at Injector.resolveConstructorParams (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:121:27)
at Injector.loadInstance (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:52:9)
at Injector.loadProvider (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:74:9)
at async Promise.all (index 0)
at InstanceLoader.createInstancesOfProviders (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/instance-loader.js:44:9)
at /Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/instance-loader.js:29:13
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
BE-auth-email-merge 브랜치에 있습니다.
[Nest] 32180 - 2022. 06. 16. 오후 9:39:48 ERROR [ExceptionHandler] Nest can't resolve dependencies of the EmailService (?, MailerService). Please make sure that the argument UsersService at index [0] is available in the EmailService context.
Potential solutions:
@module({
imports: [ /* the Module containing UsersService */ ]
})
Error: Nest can't resolve dependencies of the EmailService (?, MailerService). Please make sure that the argument UsersService at index [0] is available in the EmailService context.
Potential solutions:
If UsersService is a provider, is it part of the current EmailService?
If UsersService is exported from a separate @module, is that module imported within EmailService?
@module({
imports: [ /* the Module containing UsersService */ ]
})
at Injector.lookupComponentInParentModules (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:231:19)
at Injector.resolveComponentInstance (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:184:33)
at resolveParam (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:106:38)
at async Promise.all (index 0)
at Injector.resolveConstructorParams (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:121:27)
at Injector.loadInstance (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:52:9)
at Injector.loadProvider (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/injector.js:74:9)
at async Promise.all (index 0)
at InstanceLoader.createInstancesOfProviders (/Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/instance-loader.js:44:9)
at /Users/seungyel/Code/ft_transcendence/backend/node_modules/@nestjs/core/injector/instance-loader.js:29:13
Beta Was this translation helpful? Give feedback.
All reactions