This has only started happening in the last few days. No code changes at all
The redirectUri's origin (http://localhost) should match the window's origin (http://localhost:4200).
private renewToken() {
this.auth0.checkSession({}, (err, result) => {
if (err) {
throw err;
}
this.setSession(result);
});
}