Nest can’t resolve dependencies of the SectorCategoriesService nestjs problem
Error: Nest can’t resolve dependencies of the SectorCategoriesService (?). Please make sure that the argument SectorCategoryRepository at index [0] is available in the SectorOfActivityModule context. Potential solutions: – Is SectorOfActivityModule a valid NestJS module? – If SectorCategoryRepository is a provider, is it part of the current SectorOfActivityModule? – If SectorCategoryRepository is exported from a separate @Module, is that module imported within SectorOfActivityModule? @Module({ imports: [ /* the Module containing SectorCategoryRepository */ ] })