I am facing issues with the auth0 login. I have added various issues that most of the users have been facing for the last few months since we upgraded our auth0 from auth0-lock
to @auth0/auth0-angular
SDK as auth0-lock
was not able to support large tokens for login.
- The user needs to login twice after the expiration of the token
- In the Normal browser mode, I get an error with Type: Failed login → Description: Missing required parameter: response_type
- In the Incognito browser mode, I get another error with Type: Failed Silent Auth → Description: Login required
While Issue 1 of logging in twice has been happening for quite some time now, Issues 2 & 3 have surfaced lately in the last 24 hours, and users are struggling to use our application because of this critical issue.