We still have the issue even when we increase the Reuse Interval time to longer duration.
Even if it works, I am wondering if it is recommended. Because, we are delaying the automatic reuse detection and as per the example explained in " Refresh Token Automatic Reuse Detection" section of the blog: What Are Refresh Tokens and How to Use Them Securely, any malicious user can still use the refresh token to get access tokens even after its first use. Please let me know if my understanding is not correct.
It seems that this error appear when the refresh token has expired or has been invalidated.
To fix this issue, I use the following code in my app.component