Encountering a runtime error unpredictably after migrating from Mendix 9.24.14 to Mendix 10.12.1

0
Hello Community,   We have migrated a project from Mendix 9 to 10 recently and after deployment on a mendix environment, the app is encountering an unreplicable runtime issue,     After checking the Runtime Logs for the environment, we have found the below description.     Looks to be a role access issue but we would love to hear if anybody has knowledge of it's root cause or solution.
asked
1 answers
0

Maybe you have xpath constraints in the access rules of the entity that prevent records from being read/write after creation. Another time I have seen this behavior is when permissions are left out and the object makes a roundtrip to the server and back to the client thereby the security is checked again and the error will be shown as the user does no longer have permissions on the attribute. To solve this investigate the access rules set for the entity and as it is not a conssistent error probably there is some micro/nanoflow involved in changing attributes under specific conditions.

answered