You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The access token has expired and there was an error while trying to refresh it. Check the server logs for more information."
761
+
"The access token has expired and there was an error while trying to refresh it.",
762
+
newOAuth2Error({
763
+
code: e.error,
764
+
message: e.error_description
765
+
})
765
766
),
766
767
null
767
768
];
@@ -815,7 +816,7 @@ export class AuthClient {
815
816
return[null,authorizationServerMetadata];
816
817
}catch(e){
817
818
console.error(
818
-
`An error occured while performing the discovery request. Please make sure the AUTH0_DOMAIN environment variable is correctly configured — the format must be 'example.us.auth0.com'. issuer=${issuer.toString()}, error:`,
819
+
`An error occured while performing the discovery request. issuer=${issuer.toString()}, error:`,
0 commit comments