realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Data Reset when login with different device #350

Closed shiangyichen closed 6 years ago

shiangyichen commented 6 years ago

Goals

Data DO NOT Reset when login with different device

Expected Results

Data retain when login with different device

Actual Results

Data is gone when login in different device

Steps to Reproduce

I run the example project "realm-draw" & "realm-puzzle", it run perfectly with realm object server but when i remove app and retry login with same account, the front project will retain datas i saved, but not the latter. I am confused that it seems like there is no special setting to retain or reset data, If i want to retain datas when i removed app and retry login, how do i set?

Haaaaaaalp!

Code Sample

Version of Realm and Tooling

Logs

systemctl status realm-object-server.service Paste output here
sudo journalctl -u realm-object-server.service Paste output here
cat /var/log/realm-object-server.log Paste output here
astigsen commented 6 years ago

Closing this as it relates to an outdated version of ROS. Please reopen if the problem resurfaces.