You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoResourceAdapterError: There are no adapters supporting one of the resource you provided
at /path/to/project/node_modules/admin-bro/lib/backend/utils/resources-factory/resources-factory.js:99:15
at Array.map (<anonymous>)
at ResourcesFactory._convertResources (/path/to/project/node_modules/admin-bro/lib/backend/utils/resources-factory/resources-factory.js:93:22)
at ResourcesFactory.buildResources (/path/to/project/node_modules/admin-bro/lib/backend/utils/resources-factory/resources-factory.js:48:35)
at new AdminBro (/path/to/project/node_modules/admin-bro/lib/admin-bro.js:101:39)
at /path/to/project/src/app.ts:16:20
at Generator.next (<anonymous>)
at /path/to/project/node_modules/tslib/tslib.js:115:75
at new Promise (<anonymous>)
at __awaiter (/path/to/project/node_modules/tslib/tslib.js:111:16)
Because of the project's architecture, I can't use the decorators (@ Entity, @ Column...). That said, could you guys help me with how can I make AdminBro work with my project that uses EntitySchema?
Thank you in advantage!
The text was updated successfully, but these errors were encountered:
I would also really appreciate entity schema support. I was able to hack something together that gets the job done and I wanted to basically reintegrate my additions into @adminjs/typeorm but I was unable to get the repo to work... Maybe some of the maintainers can jump in and help out?
Hello folks!
I have the following code:
And I'm getting the following error:
Because of the project's architecture, I can't use the decorators (@ Entity, @ Column...). That said, could you guys help me with how can I make AdminBro work with my project that uses EntitySchema?
Thank you in advantage!
The text was updated successfully, but these errors were encountered: