REFRESH_TOKEN_EXPIRED
Error Cause
Refresh token has expired or does not exist, cannot be used to refresh access token.
Solutions
- Re-login the user to get new tokens
- Check the refresh token validity period settings
- Implement automatic re-login mechanism in the app
- Prompt the user to re-login
- Check if token storage is correct