project_mern_memories
project_mern_memories copied to clipboard
Cross-Origin-Opener-Privacy Policy block the window.closed cell
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.
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.