I’m having an error when i try to create an user using TypeORM and Nest.js
The error says: No metadata for “User” was found.
EntityMetadataNotFoundError: No metadata for “User” was found.
I’ve tried everything i’ve seen that could be, downgraded TypeORM, changed the DataSource, changed the dir of enitities.
REPO: https://github.com/DevGabrielSoares/movie_catalog
to reproduce error:
- npm install
- docker-compose up
- http POST localhost:3001/accounts
New contributor
Gabriel Soares is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.