Native Mobile Synchronization Error after Mendix 9 Upgrade

3
Good day, After upgrading to Mendix 9 we are encountering the following error when attempting to synchronize objects natively. Failed to synchronize object '36928797018964219': com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"changes":"HashMap(FirstModule.UserSetup_ForgotPassword -> 39115021762181415, SubjectsAdded -> true, ItemsAdded -> true, AccountConfirmed -> true, FirstModule.UserSetup_Account -> 21534874554669511, WatchListItemsAdded ...","type":"ChangeAction"}', all database changes executed by this action were rolled back. To prevent data loss, the changes have been stored under 'System.SynchronizationError' with id '5629419534216825'. We have done and checked the following: Entity Access for both entities Committed all associated objects (error is usually different with uncommitted objects) Xpath (QE9 Upgrade)   Any assistance will be gladly appreciated. Thank you in advance.
asked
1 answers
0

It could be due to an object that is deleted from the server but still held in local storage on the client device.

answered