Creating entries in the mobile app I can see these changes in the adjacent test mobile, so Realm is synchronising. However looking at MongoDB App Services the last sync event was yesterday evening:
Latest Sync Event
02/05/2023 19:52:53Last Cluster Event Processed
02/05/2023 19:52:51Lag
2 sec
I can see sync working in the logs this morning:
OK Sync ->Write Feb 06 9:18:02+00:00
[
“Upload message contains 1 changesets (total size 50 bytes) to be integrated”,
“Integrated 1 of 1 remaining changesets (total size 50 bytes) (0 required conflict resolution) in 1 attempts to bring server version to 2929”
]
However I cannot see the changes I make in the app in Data Services whilst browsing the collection. Additionally my desktop application (accessing data via an API) does not show the new entities. This implies the server does not have the data but the mobiles are synchronised? I’m lost…
This is odd what’s going on?