Closed schwarja closed 6 years ago
I wonder if this is the same issue that I am having here:
https://github.com/realm/realm-mobile-platform/issues/278
I can connect via web (i.e., I can log in) but I cannot connect via the console.
L
Realm Swift 3.0 is not compatible with the Realm Object Server (Realm Platform) 1.x. Please follow the instructions here to download and install 2.0.
I have already tried that and it worked for me, but it worked just locally. Then I wanted to deploy Realm Mobile Platform on Azure and it deployed the version 1.8.3 without any option to select a version.
@schwarja Ahh yeah, we still haven't updated the Azure installation yet. That will be coming up shortly!
@bmunkholm Can I please also ask for the upgrade process for the instance create on aws (from pre-build).
Thanks!
Closing this for now as it relates to an outdated version of ROS. Please reopen if the problem resurfaces.
Hi,
I try to run my iOS app with Realm Object Server, but I am not able to connect to any Realm.
Steps I took:
start-object-server.command
scriptSyncUser.logIn
I can successfully log inUntil this point everything looks good, but any other interaction with the object server ends up with error. This is an example of my code:
The user logs in successfully, but when I call
retrievePermissions
method the handler is never called and I see this in a console:The output from the object sever looks like this:
I tried to figured this out by myself, but I got stuck now, so I will be glad for any ideas how to solve this issue.
Thanks
Jan