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
Hello,
I've been using AdminBro with Sequelize for a while now but I wanted to try it with TypeORM.
I've followed the doc step by step, but I get this error:
TypeError: this.model.getRepository is not a function
at Resource.prepareProps (C:\nodejs\test\ORM\typeorm\node_modules@admin-bro\typeorm\src\Resource.ts:120:36)
at new Resource (C:\nodejs\test\ORM\typeorm\node_modules@admin-bro\typeorm\src\Resource.ts:21:29)
at Database.resources (C:\nodejs\test\ORM\typeorm\node_modules@admin-bro\typeorm\src\Database.ts:15:22)
Hello,
I've been using AdminBro with Sequelize for a while now but I wanted to try it with TypeORM.
I've followed the doc step by step, but I get this error:
Here is my code:
Thanks in advance
The text was updated successfully, but these errors were encountered: