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
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
Goals
Obtaining an access token
Expected Results
First obtain refresh-token and then obtain an Access token
Actual Results
{
"type": "https://docs.realm.io/server/troubleshoot/errors#missing-parameters",
"title": "Your request did not validate because of missing parameters.",
"status": 400,
"code": 602,
"invalid_params": [
{
"name": "provider",
"reason": "Missing parameter 'provider'!"
}
]
}
Steps to Reproduce
Code Sample
https://{SERVER_ADDRESS}/auth?app_id=""&provider=nickname&data={"test2",false}
Version of Realm and Tooling
Logs
systemctl status realm-object-server.service
sudo journalctl -u realm-object-server.service
cat /var/log/realm-object-server.log