Could temporarily not synchronize data. Please try again later

1
We have an application that we have used for about a year. We are switching to mendix 8 with Native and we encounter the following issue directly after login on the iPad/iPhone. If we disable some pages we can remove this error but well, we need those pages :). Could temporarily not synchronize data. Please try again later. Error: Could temporarily not synchronize data. Please try again later.     at Synchronizer.download$ (blob:http://localhost:8083/82ac9293-fefb-443f-85b6-11e7ab69fe22:8492:61)     at tryCatch (blob:http://localhost:8083/82ac9293-fefb-443f-85b6-11e7ab69fe22:9768:19)     at Generator.invoke [as _invoke] (blob:http://localhost:8083/82ac9293-fefb-443f-85b6-11e7ab69fe22:9943:24) Does anyone have a clue where to start looking?
asked
1 answers
0

For us it had to do with the fact that we use specializations AND generalizations

We have the following situation and got a fix:

Aansluiting (generalization)

AansluitingGas (specialization)

AansluitingElektra (specialization)

AansluitingWater (specialization)

AansluitingCAI (specialization)

Now a colleague of mine got the very good cheating idea to switch off the sync for the generalization (set download to “nothing” in the "sync configuration” in the “Native mobile” navigation profile)

For now it works

answered