project_mern_memories icon indicating copy to clipboard operation
project_mern_memories copied to clipboard

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

Open arosayru opened this issue 1 year ago • 1 comments

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

arosayru avatar Sep 23 '23 18:09 arosayru

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.

AMalfez avatar Sep 26 '23 13:09 AMalfez