작성
·
634
·
수정됨
0
계속 postgres 디비 연결하는데 문제가 발생해서요. 해결 방법 알수 있을까요?
다른 비슷한 질문들 보고 port도 변경해 봤는데
[Nest] 4160 - 2023. 12. 12. 오전 10:14:32 ERROR [ExceptionHandler] Entity metadata for UsersModel#postComments was not found. Check if you specified a correct entity object and if it's connected in the connection options.
TypeORMError: Entity metadata for UsersModel#postComments was not found. Check if you specified a correct entity object and if it's connected in the connection options.
계속 이렇게 에러가 나서요.
현재 port ‘5433:5432’ 로 연결하고 있습니다.
자세한 방법 부탁드립니다.
저도 구글링해서 아랫분이 말씀해주신대로 이미 테스트 해봤는데 ㅠ 같은 에러가 나서 문의 드렸습니다.
PostComments 또는 UsersModel에 @Entity은 다 되어있는 상태입니다.
참고로, 현재 root 경로에 "ormconfig.json" 설정은 아래와 같이 했습니다.