Angular SwitchMap not trigger when refreshing token on interceptor
I have implemented a refresh token process in JwtInterceptor . When the accessToken has expired and return a 401 error, the Interceptor does not run the refreshingToken() function
I have implemented a refresh token process in JwtInterceptor . When the accessToken has expired and return a 401 error, the Interceptor does not run the refreshingToken() function