Closed austinzheng closed 8 years ago
@austinzheng did you launch an app before starting the server? Currently there is a workaround in .start-object-server.command
that removes this files:
if [ ! -f "$package/object-server/installed" ]; then
echo "Deleting files from the previous version"
rm -rf ~/Library/Containers/io.realm.{RealmTasks,realmbrowser,realmtasks.macos}
...
This should be removed after #205 is implemented.
Yeah, I did. Okay, that makes sense then. Thanks! (Also explains why I couldn't reproduce it...)
I downloaded the OS X bundle, started the server, and opened the prebuilt copy of RealmTasks. Then I made a new account and pressed the log in button.
The app crashed with the following error:
This is really weird, because:
/Users/austinzheng/Library/Application Support/io.realm.realmtasks.macos
) is provided by one of our APIs inRLMUtil.mm
and itself is based on a well-known directory provided by the OS.NSFileManager
APIs.This is a bad user experience and I want to look into this issue more carefully.