We’re experiencing some random disconnections in the process for Exchange of Refresh Token for Access Token
.
This is the error that we found in the log:
"date": "2022-04-05T10:17:01.087Z",
"type": "fertft",
"description": "Cannot read property 'scope' of undefined",
"connection_id": "",
"client_id": "XXXXXXXXXXXXXXXX",
"client_name": "App",
"ip": "xxx.xxx.xxx.xxx",
"user_agent": "Company 4515.0.0 / Other 0.0.0",
"hostname": "xxxxx.eu.auth0.com",
"user_id": "",
"user_name": "",
"auth0_client": {
"name": "react-native-auth0",
"version": "2.1.0"
},
"log_id": "XXXXXXXXXX",
"_id": "XXXXXXXXXXXX",
"isMobile": false
}```
Any ideas?