Open HarryF514 opened 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;
see https://github.com/nestjsx/crud/issues/56#issuecomment-569813371
I am getting.
When I tried to edit an entity, but the id for that entity is uuid