Could not synchronize data Error: Could not synchronize data

0
Hi sync I upgraded to Mendix 7.23.5 I get this error in my offline app after login. When I use the hybrid online app I dont get this message and syncing is working fine as well. Nothing changed in the offline data model as well. What can be the issue?  Could not synchronize data Error: Could not synchronize data     at new t (file:///data/user/0/com.mendix.SprintrMobile/files/resources/mxclientsystem/mxui/mxui.js?636965629678669725:52:210695)     at t.<anonymous> (file:///data/user/0/com.mendix.SprintrMobile/files/resources/mxclientsystem/mxui/mxui.1.js?636965629678669725:5:15982)     at w (file:///data/user/0/com.mendix.SprintrMobile/files/resources/mxclientsystem/mxui/mxui.js?636965629678669725:52:236565)     at Generator._invoke (file:///data/user/0/com.mendix.SprintrMobile/files/resources/mxclientsystem/mxui/mxui.js?636965629678669725:52:236353)     at Generator.e.<computed> [as throw] (file:///data/user/0/com.mendix.SprintrMobile/files/resources/mxclientsystem/mxui/mxui.js?636965629678669725:52:236744)     at w (file:///data/user/0/com.mendix.SprintrMobile/files/resources/mxclientsystem/mxui/mxui.js?636965629678669725:52:236565)     at t (file:///data/user/0/com.mendix.SprintrMobile/files/resources/mxclientsystem/mxui/mxui.js?636965629678669725:52:236880)     at file:///data/user/0/com.mendix.SprintrMobile/files/resources/mxclientsystem/mxui/mxui.js?636965629678669725:52:237058
asked
1 answers
2

I solved the issue by setting the location permission on true for the app (default setting is false on my phone). We use the Geolocation widget on the homepage. This widget needs apparently the location permission to show the button. 

answered