realm / realm-browser-osx

DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform.
https://realm.io
502 stars 54 forks source link

Browser does not live update schema on migrations #296

Open astigsen opened 7 years ago

astigsen commented 7 years ago

When watching a Realm that is being migrated (for example by adding a few new properties or classes), the browser does not update to show the new properties. You have to reopen the realm to make the browser include them.

raudabaugh commented 7 years ago

Probably related to #234

ianbradbury-bizzibody commented 7 years ago

I tried uninstalling the browser and installing a fresh copy from the app store. Now when I try to open a Realm on the object Server that has a changed schema the Browser opens the Realm and syncs but then crashes.

I think the crash happens at the end of syncing. Watching the object counts I am fairly sure that the crash happens at the end - or near the end of the sync.

While the sync is in progress it is possible to view objects and make changes - these changes do not get synced back to the Object Server.