We are trying to integrated SDK auth0-spa-js (1.12.1) and trying to call getTokenSilently().
while calling getTokenSilently() we notice that in networks tab (chrome) we get /authorize call and then /token call.
/authorize is getting call successfully but /token call is failing without any error.

