FusionWorks / react-admin-nestjsx-crud-dataprovider

Data provider which integrates React Admin with NestJS CRUD library
132 stars 26 forks source link

data: [] error: "Invalid param id. Number expected" message: "" status: 400 success: false #41

Open HarryF514 opened 3 years ago

HarryF514 commented 3 years ago

I am getting.

data: []
error: "Invalid param id. Number expected"
message: ""
status: 400
success: false

When I tried to edit an entity, but the id for that entity is uuid

@PrimaryGeneratedColumn('uuid')
id: string;
raphaelsoul commented 2 years ago

see https://github.com/nestjsx/crud/issues/56#issuecomment-569813371