Crash when trying to connect to a *restarted* Azure VM
Closed this issue · 3 comments
ajonno commented
Created an Azure Realm deployment. The Azure IP address / Realm sync test app (React Native) worked nicely and I could browse data using Realm Browser.
Shut down Azure VM.
Restart Azure VM.
Update the RN app to use new Azure IP address. Use new IP address in Realm Browser.
Every single open of Realm Browser crashes.
I downloaded and built from source in XCode. Here is the crash error:
stel commented
As a temporary workaround please delete the directory ~/Library/Containers/io.realm.realmbrowser
and restart the Browser.
This issue is tracked in https://github.com/realm/realm-object-store/issues/296 and once it's resolved it will be available for the Browser as well.
ajonno commented