realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Realm-admin login doesn't work for a realm object server which contains two realm projects #366

Closed sidgo28 closed 6 years ago

sidgo28 commented 6 years ago

I've been using Realm for my note app and it's working fine. But then I added another app/project to the same server and configured such project to listen on port 9081 (also configured the VM to allow this port).

I tested both the apps and they both work (no syncing problem, etc.). But when I tried logging in to the server through Realm Studio using the realm-admin credentials, it only worked for the first project (the one which uses port 9080) but the second (the one which listens to port 9081) gives me an invalid credential error. I also tried using a blank password which is the default but it still does not work.

So how do I login to the second project?

astigsen commented 6 years ago

Closing this for now as it relates to an outdated version of ROS. Please reopen if the problem resurfaces.