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
Social errors are not displayed properly in the terminal. For example, if I give a bad field name to Facebook provider, I just get an error with no description.
Error: An error occurred when requesting the user information
{
"error": {
"message": "(#100) Tried accessing nonexisting field (user_birthday) on node type (User)",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "A7-N2xRP123Am_brc3fK55q"
}
}
Issue
Social errors are not displayed properly in the terminal. For example, if I give a bad field name to Facebook provider, I just get an error with no description.
Invalid code
Expected
Actual
->
InvalidStateError
,AuthorizationError
,UserInfoError
,InvalidJWTError
.The text was updated successfully, but these errors were encountered: