medusa
medusa copied to clipboard
Error during migration generation: with typeorm migration:generate
Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/medusajs/medusa/issues
Issue Summary
migration generate returns error while generating a migration file
TypeORMError: Entity metadata for Product#images was not found. Check if you specified a correct entity object and if it's connected in the connection options.
I have the same problem
I have the same problem.
I have the `medusa-custom-attributes' plugin installed which also extends the Product entity; not sure if that makes a difference
I have the same problem.
I got the same problem when trying to extend the product entity (creating the migration)
Facing the same issue.