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
Describe the bug.
OAuthService(accessToken, idToken, claims) returns null after Google OAUTH2 Authentication is successful. After manual refresh above values are populated.
Inside FallbackComponent(mapped /fallback path to FallbackComponent), I'm getting some log details like (OAuthService(accessToken, idToken, claims)), and it's null, But when I log sessionStorage the above value is not null(Proper login values like access token, id token claims, etc..).
After manually refreshing the page HTTP://localhost:4200/fallback , I can see the log details with value OAuthService(accessToken, idToken, claims).
Expected behavior
What I expect is, After successful login in the redirect page without refreshing the page I should see the OAuthService values.
Desktop (please complete the following information):
OS: [Windows ]
Browser [chrome]
Version [Version 131.0.6778.266 (Official Build) (64-bit)]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug.
OAuthService(accessToken, idToken, claims) returns null after Google OAUTH2 Authentication is successful. After manual refresh above values are populated.
Stackblitz example
N/A
Followed I Video in YouTube: https://www.youtube.com/watch?v=r4USQN5VnmY
Duration: 31:39
To Reproduce
Steps to reproduce the behavior:
Expected behavior
What I expect is, After successful login in the redirect page without refreshing the page I should see the OAuthService values.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: