Describe the Bug
When a problem occurs with a token (expiration, invalid token...), the app persists sending an error message :
{"errors":[{"message":"Token expired.","extensions":{"code":"TOKEN_EXPIRED"}}]}
The studio app should redirect to the login page when it got this error.
Only workaround today is to clean the cookies.
To Reproduce
Connect to directus and force a token to expire
Directus Version
v11.0.1
Hosting Strategy
Self-Hosted (Docker Image)
Describe the Bug
When a problem occurs with a token (expiration, invalid token...), the app persists sending an error message :
{"errors":[{"message":"Token expired.","extensions":{"code":"TOKEN_EXPIRED"}}]}
The studio app should redirect to the login page when it got this error.
Only workaround today is to clean the cookies.
To Reproduce
Connect to directus and force a token to expire
Directus Version
v11.0.1
Hosting Strategy
Self-Hosted (Docker Image)