Token could not be decoded or is missing in DB

Hi @freetechnologiesapp

Welcome to the Auth0 Community!

Thank you for posting your question. The error Token could not be decoded or is missing in DB is related to the Unsuccessful Refresh Token exchange, reused refresh token detected. If your app is reusing a token, Auth0 detects this and invalidates the whole refresh token family, so you can no longer use that token. Any subsequent use of that same token will result in the Token could not be decoded or is missing in DB error message. I would guide you to check the logic behind refresh token usage as, based on the logs, that’s where the issue could be.

Thanks
Dawid