When the permanent token is deleted from the web, the app gets stuck loading
Root cause
when the permanent token is deleted the RetryAuthenticationInterceptors fails to get a new token and throws an unhandled exception causing the app to get stuck loading
Solution
wrapping the code in the interceptor in try catch block
logout the user locally to prevent the account from getting locked
Description
gitlab ticket
When the permanent token is deleted from the web, the app gets stuck loading
Root cause
when the permanent token is deleted the
RetryAuthenticationInterceptors
fails to get a new token and throws an unhandled exception causing the app to get stuck loadingSolution