realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.72k stars 564 forks source link

Synchronization works but data is not visible in mongodb #3519

Closed euZebe closed 3 years ago

euZebe commented 3 years ago

Goals

View synchronized data in mongoDB

Expected Results

When creating a record in a realm, I would like to be able to see it in mongoDB.

Actual Results

This feature worked well till today : I was able to request data created from realms in mongoDB (either from cloud.mongodb.com or from Robot 3T). But right now, even if I can create data which is correctly synchronized with other devices opening the same realm, I can't request data in Mongo.

No Sync error can be found in mongo realm logs (which is quite logic since synchronisation works well).

Any suggestion ?

Steps to Reproduce

Not found yet.

Version of Realm and Tooling

Edit: same issue with Realm JS SDK 10.1.3

ianpward commented 3 years ago

@euZebe Please open a ticket with MongoDB Support - Github issues are generally reserved for the non-sync versions of the Realm SDKs. Thank you