I’m using the react-native-auth0 library. I use the following code te refresh the users’s token as it has a 24 hours expiration. I track when the refreshing fails, and lately my users been getting the error Timeout too often. Any clues what could be causing it? In my auth0 logs I don’t see nothing that could help me.
Hi @gonchux,
Welcome to the Auth0 Community!
Thank you for posting your question. Can you share the detailed error response from the Auth0 Community with me? The only errors I could see in your tenant log are Failed Silent Auth, which is mainly related to the browser configuration/software/extension issue, and Failed Exchange, which could be a case as this error occurs if refresh token limits are exceeded as the token has been pruned.
Thanks
Dawid
Hi Dawid! Thanks for the response. I only have the error message, which is just “Timeout”, at the time the event of “Error refreshing token” happens, there are no errors in the Auth0 logs.