You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API requests are working fine, but there are tendencies that a 401 error is returned by the web-server resulting to the front-end retrying the failed requests with the then refreshed access token.
Possible causes:
Slow pickup of updated access tokens, making the back-end treat it as invalid / expired.
Axios header defaults fault.
The text was updated successfully, but these errors were encountered:
API requests are working fine, but there are tendencies that a 401 error is returned by the web-server resulting to the front-end retrying the failed requests with the then refreshed access token.
Possible causes:
The text was updated successfully, but these errors were encountered: