EntityMetadataNotFoundError: No metadata for "CategoryEntity" was found. #386
Unanswered
golubvladimir
asked this question in
Q&A
Replies: 3 comments
-
I fixed paths. The error is gone. But, seeders and factories not call. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I fixed paths. The error is back. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, in your data source configuration, you have this line: entities: [
`${ __dirname }/**/*.entity.js`
],
entities: [
`${process.cwd()}/src/entities/*.ts`
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I make my pet project. I want make seeding.
https://github.com/golubvladimir/pizza-app/tree/backend/add-seeding
Now I have error:
EntityMetadataNotFoundError: No metadata for "CategoryEntity" was found.
How to fix it?
Beta Was this translation helpful? Give feedback.
All reactions