Nest can't resolve dependencies of the TransactionService (LoggerSrv, TransactionModel, ?, TransactionCategoryV2Model, TransactionModesModel, TransactionCallbackModel, TransactionFailModel, PayeeModel, REQUEST, ConfigService, TransactionApiService, AccountApiService, WealthItcApiService, ValidateObject, RRNExtractionService, TransactionCategorizationService, CryptoService, RedisService, RequestHelper, SQSHelper, OneAppKafkaPublisherApi, KafkaPublisherService, CacheManagerService). Please make sure that the argument TransactionCategoryModel at index [2] is available in the TransactionPrivateModule context.
Potential solutions:
- If TransactionCategoryModel is a provider, is it part of the current TransactionPrivateModule?
- If TransactionCategoryModel is exported from a separate @Module, is that module imported within TransactionPrivateModule?
@Module({
imports: [ /* the Module containing TransactionCategoryModel */ ]
})