Open siamahnaf opened 1 year ago
I have a similar issue, did anyone find a solution?
@siamahnaf
Hey! Did you manage to find a solution? @Aravin / @siamahnaf
Hey! Did you manage to find a solution? @Aravin / @siamahnaf
I had a similar issue; the solution I used was to use save instead of update and since I already have the ID, it updates the existing record.
I have the same issue here, and it doesn't work with save also, because all the data from Dto is updated, except the related ids. In any case, .save doesn't bring any errors and the entity is partial updated, while .update brings this error log.
Same here. It works with save as @BaharaJr . The same data failed with update
What was unclear or otherwise insufficient?
I am getting one error with
typerom
andpostgreesql
- Cannot query across many-to-many for property subject when I try to update my entity. I am not understanding where the problem is. Please help me someone!Here is my entity-
And I am getting error when I try to update
studentEntity
-I create new data successfully by this way. But when I try to update my student, I am getting the error. Here I am building my project with
nestjs
Recommended Fix
Complete Error-
I already place a question on stackoverflow and slack chennel. But I am not getting any response. That's why I create this isee?