AuditLog module frequently throws Unique constraint errors

0
Hey there, For our application we added the Audittrail module and used the method where you add the generalization class on the entity you want to log. We log about 5 or 6 entities, of which most are being edited by 1 person most of the time. However, very frequently this user gets an default error message on save of the entity (via a microflow with some extra saving logic). In our logs it shows that a Unique constraint error had occured on the Audittrail entity on the ID. I'm not sure if it rolls back the original entity too. Is there something I can do to fix this?
asked
1 answers
0

Did you see my post about pkey errors? https://forum.mendix.com/link/questions/92499

But I see that already use 7.22.2 so you no longer should have async problems. Are these filedocument objects?

Regards,

Ronald

 

answered