Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'then') when refresh token in axios – Reactjs
I want to refresh token in the background in axios "axios": "^1.3.4",, when the server side return access token expire, the client store the request in the queue and restore the request after the new token refreshed. when I using…