Describe the bug
MSAL Provider get access token failed but still went through the promise then instead of going to catch and provided undefined token
ClientAuthError: Token renewal operation failed due to timeout.
at t [as constructor] (https://xxxxxx/static/js/2.92d0259e.chunk.js?__WB_REVISION__=1364c7e14e5f9cb92371:1:810438)
at new t (https://xxxxxx/static/js/2.92d0259e.chunk.js?__WB_REVISION__=1364c7e14e5f9cb92371:1:812678)
at Function.createTokenRenewalTimeoutError
Expected behavior
we should receive error message instead of undefined token
Describe the bug
MSAL Provider get access token failed but still went through the promise then instead of going to catch and provided undefined token
ClientAuthError: Token renewal operation failed due to timeout.
at t [as constructor] (https://xxxxxx/static/js/2.92d0259e.chunk.js?__WB_REVISION__=1364c7e14e5f9cb92371:1:810438)
at new t (https://xxxxxx/static/js/2.92d0259e.chunk.js?__WB_REVISION__=1364c7e14e5f9cb92371:1:812678)
at Function.createTokenRenewalTimeoutError
Expected behavior
we should receive error message instead of undefined token