You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libc++abi.dylib: terminating with uncaught exception of type realm::MultipleSyncAgents: Multiple sync agents attempted to join the same session
From the sync channel on Slack:
Yavor Georgiev [3:25 PM]
that’s because you’re launching a second electron process that tries to attach a sync session to the same realm file on disk. multi-process sync is not supported right now
This is the error printed to electrons stdout:
From the sync channel on Slack:
So this can probably be fixed by having the RealmBrowserContainer.tsx specify a different path for every synced realm that is opened, here: https://github.com/realm/realm-studio/blob/master/src/ui/realm-browser/RealmBrowserContainer.tsx#L116-L122
The text was updated successfully, but these errors were encountered: