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
I am doing MERN Auth - Login with Email (JWT) + Google OAuth Authentication part. After doing Google OAuth part I got "Cross-Origin-Opener-Privacy Policy block the window.closed cell" error....Please help me to fixed this error.
The text was updated successfully, but these errors were encountered:
Hi
Google OAuth opens another window for authentication through google which is closed by your browser as a safety feature.
This issue has to do with how you set-up Google Auth and whats your redirect uri.
I am doing MERN Auth - Login with Email (JWT) + Google OAuth Authentication part. After doing Google OAuth part I got "Cross-Origin-Opener-Privacy Policy block the window.closed cell" error....Please help me to fixed this error.
The text was updated successfully, but these errors were encountered: