Hash is invalid , Connector error

0
Anyone have idea why these error occurs? these errors occur in AWS Environment. ERROR - Connector: An error has occurred while handling the request. [User 'RPD_TEST_001' with session id 'b16be4a5-XXXX-XXXX-XXXX-XXXXXXXXeed4' and roles 'Administrator, Phlebotomist, DEO_and_Phlebotomist, DEO'] ERROR - Connector: com.mendix.webui.WebUIException: Attempt to illegally change a value for object with id '198721333557796438' (Registration_Module.ToggleNotification). Object hash is invalid!         at com.mendix.webui.requesthandling.HashUtilImpl$.verifyHash(HashUtilImpl.scala:56)
asked
1 answers
0

The error message "Attempt to illegally change a value for object with id '198721333557796438' (Registration_Module.ToggleNotification). Object hash is invalid!" indicates that there is an attempt to change the value of an object with an invalid hash value.

Reasons for the errors could be:

It could be that there are memory issues on the server hosting your Mendix app, which may be causing issues with the hash values for objects in your app.

It could also be that there are multiple users or processes attempting to modify the same object simultaneously, which is causing issues with the hash value.

answered