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
this error occurs when using @adminbro/upload using @adminbro/typeorm adapter (with MongoDB database).
It's unable to determine an id column on the record and fails afterwards.
Hello,
this error occurs when using @adminbro/upload using @adminbro/typeorm adapter (with MongoDB database).
It's unable to determine an id column on the record and fails afterwards.
Please see the message below which refers to SoftwareBrothers/adminjs#95
Friendly Regards & Thanks
Nico
Hey,
I've got the same error using NestJS with TypeORM and Admin-Bro.
The model looks like this:
The output of console.log(record.params) is:
Adding an additional @PrimaryColumn() to the MongoDB Entity doesn't help.
Are there any news on this bug?
Friendly Regards
Nico :)
The text was updated successfully, but these errors were encountered: