Error Encounter for Native Mobile with Chat App - (Could temporarily not synchronize data. Please try again later.)

0
When i wanted to run the “Chat-App”, which i get the app from LiveBuild. Source: https://video.mendix.com/watch/Bujp3vN94TNKyJBXFi3Jek Download the project files: https://bit.ly/2MoC77l When i try to run the app, with Native Mobile, I ran into the error “Could temporarily not synchronize data. Please try again later.” (as shown in the image below) Could temporarily not synchronize data. Please try again later. construct@[native code] _construct@http://192.168.218.43:8083/index.bundle?platform=android&dev=true&minify=false:13942:28 Wrapper@http://192.168.218.43:8083/index.bundle?platform=android&dev=true&minify=false:13897:25 construct@[native code] _createSuperInternal@http://192.168.218.43:8083/index.bundle?platform=android&dev=true&minify=false:1559:322 SynchronizationError@http://192.168.218.43:8083/index.bundle?platform=android&dev=true&minify=false:2678:28 download$@http://192.168.218.43:8083/index.bundle?platform=android&dev=true&minify=false:8197:85 tryCatch@http://192.168.218.43:8083/index.bundle?platform=android&dev=true&minify=false:13260:23 May i know anyone who have tried using the Chat-App, and able to successfully using the Native Mobile? 
asked
2 answers
1

I haven't downloaded this project but from my experience, this error could occur at two moments

- Trying to synchronize (push) uncommitted objects from your local device db ( > Usually I clean cache/app data to clean local DB and do a clean pull sync from the server (this is not your use case I guess because you are trying to get it running)

- Trying to synchronize file documents (pull) that are referenced by objects which are synced, but are not available on the server. Like a profile image belonging to an account object. If the project contains a data snapshot, this might be the case. Only data is available and not any file documents. > Try to go into Project > Navigation > Native sync profile > Search for a filedocument entity and set download to Nothing.

answered
3

 

Alright after i changed set download to “Nothing (preserve data)”, and close & start the Make It Native 8 app and retry again. It  able to run properly.

Much Thanks 👍

answered