Using state='' with oauth2 callbacks causes the following misleading error:

{"errors":[{"error":"invalid_request","error_description":"Redirect is requested.","redirect_uri":"http://127.0.0.1:3000/api/authCallback?error=invalid_request&state="}]}

which leads to a “something went wrong” page
image

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.