Ready to post? First, try searching for your answer.
I’m facing an issue while refreshing my token silently my app keeps refreshing the page, especially on Safari for both IOS and MacOS. Also, it breaks some times for chrome Andriod but works perfectly fine for the google chrome app.
I believe this following documentation can help with general details on how to set up token rotation, expiration times etc.
Another cause for the issue could be that the audience and scope are not the same as the ones set in the Auth0Provider. A similar issue was solved through this, you can view here the Community post.