Hi!
I am trying to implement Auth0 with Bubble but I am experiencing a failed login
{
"date": "2022-12-21T18:21:36.128Z",
"type": "f",
"description": "Unauthorized",
"connection_id": "",
"client_id": "XXXXXXXXXXXXXXXXXXXXXXXX",
"client_name": "X",
"ip": "XX.XX.XX.XX",
"user_agent": "Chrome 108.0.0 / Mac OS X 10.15.7",
"details": {
"body": {},
"qs": {
"state": "cAjAF5_5N1JdLO9VTRCmhBb_XXXXXXX",
"code": "4/0AWgavdd10RX_T6H-4_Gvv0--XXXXXXXXXXXXXXXX-BoypLIu3XXXXXXXXXXXXXXXXX",
"scope": "email profile https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid",
"authuser": "1",
"prompt": "consent"
},
"error": {
"message": "Unauthorized",
"oauthError": "invalid_request",
"type": "request-error"
},
"session_id": "-SMBeW-sL2HQiEXDf1e1Su7sNmEf_3Dk",
"riskAssessment": null
},
"hostname": "x-xxxxxxx.eu.auth0.com",
"log_id": "90020221221182140478948395690956483902264553311863570482",
"_id": "90020221221182140478948395690956483902264553311863570482",
"isMobile": false,
"id": "90020221221182140478948395690956483902264553311863570482"
}
And this error message :
Sorry, we were unable to log you in with apiconnector2-bTMBp. Please try again…
I was wondering if someone could help me figure this out!
Thanks.