Error when running APK

0
Hello. Yesterday I was generating APK for my project and it worked perfectly fine. But when I try to open my APK today I got this error:   And the log shows me this error: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//MainModule.Master_Posisi[Administration.Master_Posisi_Account = '[%CurrentUser%]']","amount":-1,"offset":-1,"returnsCount":false,"sort":[],"type":"RetrieveXPathSchemaRawAction"}', all database changes executed by this action were rolled back What is the problem and how to solve it? Thank you
asked
1 answers
2

The unsynced data or version of the app on the device is not consistent with your app server model, probably due to changes in your domain.

 

Go into the settings of your device, navigate to the apps section and find your app, force stop and clean all the (cached) data on your device for this app. Then restart your app.

answered