Olá.
Após fazer as modificações da aula DI em validadores customizados, fiquei travado nesse erro. Até baixei o projeto mas pelo visto está igual. Inclusive a versão das libs. Alguém poderia me dar um help. Obs: Já tentei ir pelas potenciais soluções que o log de erro sugere mas não foi
[Nest] 96044 - 01/29/2021, 2:39:11 PM [NestFactory] Starting Nest application...
[Nest] 96044 - 01/29/2021, 2:39:11 PM [ExceptionHandler] Nest can't resolve dependencies of the IsAthleteAlreadyExistConstraint (?). Please make sure that the argument dependency at index [0] is available in the AthleteModule context.
Potential solutions:
- If dependency is a provider, is it part of the current AthleteModule?
- If dependency is exported from a separate @Module, is that module imported within AthleteModule?
@Module({
imports: [ /* the Module containing dependency */ ]
})