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 Studio 2.0 is not creating new users #379

Closed pbcaus closed 6 years ago

pbcaus commented 6 years ago

Goals

Create a new user using Realm Studio.

Expected Results

New user account created

Actual Results

After filling in the details in the Create a new user dialog box, then pressing the "Create user" button, it returns to the User listing screen, but the new user is not in the list.

In the log file, I get the following error message:

HTTP response: 09baf518-20d1-45ed-8c2b-6c3257f1d14e {"type":"https://realm.io/docs/object-server/problems/invalid-credentials","title":"The provided credentials are invalid or the user does not exist.","status":401,"code":611}

Steps to Reproduce

Create a user by filling in the user details.

Version of Realm and Tooling

Realm Studio Version 2.0.0 (2.0.0.270)

Realm Object Server version: our cloud instance is showing as v3.3.0

nirinchev commented 6 years ago

Does this happen with any set of credentials you enter or just a particular combination?

pbcaus commented 6 years ago

Any combination. I tried a range of different account/password combinations on our cloud account, but they all failed.

It works okay with with our old development server (running ROS 3.4.2), so it seems to be just our cloud instance.

Sent from my iPhone

On 31 May 2018, at 21:40, Nikola Irinchev notifications@github.com wrote:

Does this happen with any set of credentials you enter or just a particular combination?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

astigsen commented 6 years ago

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