adrianhajdin / project_mern_memories

This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
https://youtube.com/playlist?list=PL6QREj8te1P7VSwhrMf3D3Xt4V6_SRkhu
4.95k stars 1.83k forks source link

Cross-Origin-Opener-Privacy Policy block the window.closed cell #175

Open arosayru opened 9 months ago

arosayru commented 9 months ago

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.

Capture

AMalfez commented 9 months ago

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.