embedded-app-sdk icon indicating copy to clipboard operation
embedded-app-sdk copied to clipboard

[Bug] OAuth not working - invalid_request: Missing "redirect_uri" in request

Open Miniontoby opened this issue 1 year ago • 0 comments

Whilst running the react-colyseus example, after I authenticated I got this error:

{
    "code": 5000,
    "message": "OAuth2 Error: invalid_request: Missing \"redirect_uri\" in request."
}

Miniontoby avatar Mar 20 '24 19:03 Miniontoby