این ارور رو دارم :
[Nest] 33092 - 09/29/2024, 3:27:15 PM ERROR [ExceptionHandler] Nest can't resolve dependencies of the UserService (?). Please make sure that the argument dependency at index [0] is available in the UserModule context.
Potential solutions:
- Is UserModule a valid NestJS module?
- If dependency is a provider, is it part of the current UserModule?
- If dependency is exported from a separate
@Module, is that module imported within UserModule?
@Module({
imports: [ /* the Module containing dependency */ ]
})
Error: Nest can't resolve dependencies of the UserService (?). Please make sure that the argument dependency at index [0] is available in the UserModule context.