You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, for login, the data should be formatted as : { "username": "[email protected]", "password": "abcd1234" }
But, this doesn't seem to work.
Try this, instead: { "email": "[email protected]", "password": "something" }
That is, change the username to email.
Kindly, comment if i am missing something.
The text was updated successfully, but these errors were encountered:
According to the docs, for login, the data should be formatted as :
{ "username": "[email protected]", "password": "abcd1234" }
But, this doesn't seem to work.
Try this, instead:
{ "email": "[email protected]", "password": "something" }
That is, change the
username
toemail
.Kindly, comment if i am missing something.
The text was updated successfully, but these errors were encountered: