Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom repository was not found. Did you forgot to put @EntityRepository decorator on it? #1

Open
muke5hy opened this issue Oct 11, 2023 · 0 comments

Comments

@muke5hy
Copy link

muke5hy commented Oct 11, 2023

Getting following error,

Error log.

CustomRepositoryNotFoundError: Custom repository was not found. Did you forgot to put @entityrepository decorator on it?
at EntityManager.getCustomRepository (/Users/mukesh/Projects/hunch/mayvent/my-medusa-store/node_modules/typeorm/entity-manager/EntityManager.js:790:19)
at _callee3$ (/Users/mukesh/Projects/hunch/mayvent/my-medusa-store/node_modules/medusa-source-shopify-json/services/shopify-collection.js:193:59)
at tryCatch (/Users/mukesh/Projects/hunch/mayvent/my-medusa-store/node_modules/medusa-source-shopify-json/services/shopify-collection.js:11:1360)
at Generator. (/Users/mukesh/Projects/hunch/mayvent/my-medusa-store/node_modules/medusa-source-shopify-json/services/shopify-collection.js:11:4177)
at Generator.next (/Users/mukesh/Projects/hunch/mayvent/my-medusa-store/node_modules/medusa-source-shopify-json/services/shopify-collection.js:11:2211)
at asyncGeneratorStep (/Users/mukesh/Projects/hunch/mayvent/my-medusa-store/node_modules/medusa-source-shopify-json/services/shopify-collection.js:15:103)
at _next (/Users/mukesh/Projects/hunch/mayvent/my-medusa-store/node_modules/medusa-source-shopify-json/services/shopify-collection.js:16:194)
at /Users/mukesh/Projects/hunch/mayvent/my-medusa-store/node_modules/medusa-source-shopify-json/services/shopify-collection.js:16:364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant