Nest JS와 MongoDB를 연결하는 Mongoose 모듈을 이용해 최대한 기본 예제의 구조를 따르며 2개의 DB를 연결하고 다중 구조를 저장하는 백앤드 개발을 하고 있는 와중에 다음과 같은 오류가 발생했다 더보기 Nest can't resolve dependencies of the (모델이름)(?). Please make sure that the argument DatabaseConnection at index [0] is available in the MongooseModule context. Potential solutions: - If DatabaseConnection is a provider, is it part of the current MongooseModule? - If Database..