Unknown or invalid refresh token when session expires

  • **Version of this library used: 1.9.0
  • **Version of the platform or framework used, if applicable: 10.2.3

Hello, I’m using @auth0/nextjs-auth0 . and try to enable refresh token rotation. But I have an issue with the refresh token. When I decrease session time to 100 seconds and after 100 seconds have passed I assume I will request for getting a new access token with the refresh token and will continue using the application. But when 100 seconds have passed I get the error ‘Unknown or invalid refresh token.’

Is this bug or did I do something wrong? If I understand it correctly every time when I request I need to get a new refresh token and access token. And I assume SDK not update refresh token and because that I get this error

Were you able to find a solution for this?