본문 바로가기
오류 해결

TypeORMError: Entity metadata for Sub#posts was not found. Check if you specified a correct entity object and if it's connected in the connection options.

by 질서정연_ 2023. 7. 26.

TypeORMError: Entity metadata for Sub#posts was not 
found. Check if you specified a correct entity object and if it's connected in the connection options.

 

Sub Entity에 @Entity 데코레이터를 안 붙여줘서 난 오류였다.

@Entity 붙여주고나니 해결됐다.

 

https://stackoverflow.com/questions/56693067/entity-metadata-for-roleusers-was-not-found

 

Entity metadata for Role#users was not found

Trying to make OneToMany and ManyToOne relationship with TypeORM but I get this error, I don't know what's wrong with my code. I have the following User entity: import { BaseEntity, Column, Entity,

stackoverflow.com

Entity 의 데코레이터를 확인하고 안된다면 저 글을 참고 해 보시길 .. 

댓글