When starting the application with AdminJS integrated, an error occurs: NoResourceAdapterError: There are no adapters supporting one of the resource you provided. This error is thrown when attempting to use TypeORM entities with AdminJS.
I expected AdminJS to recognize and use the TypeORM entities without throwing an error, allowing me to manage the entities through the AdminJS interface.
Bug prevalence
This bug occurs every time the application is started.
AdminJS dependencies version
Here is a list of the relevant dependencies from package.json:
Contact Details
No response
What happened?
When starting the application with AdminJS integrated, an error occurs:
NoResourceAdapterError
:There are no adapters supporting one of the resource you provided
. This error is thrown when attempting to use TypeORM entities with AdminJS.I expected AdminJS to recognize and use the TypeORM entities without throwing an error, allowing me to manage the entities through the AdminJS interface.
Bug prevalence
This bug occurs every time the application is started.
AdminJS dependencies version
Here is a list of the relevant dependencies from
package.json
:What browsers do you see the problem on?
Chrome
Relevant log output
Main NestJS application bootstrap:
app module