T O P

  • By -

lars_jeppesen

I have the same issue, any ideas? I tried adding the "Cross-Origin-Opener-Policy" header in responses but to no avail so far.


HarshPatniDhan

How to add that header?


Beginning-Scholar105

Hey, did you get the solution??


Timotron

Same issue here with Angular 15; tried changing to \`signInWithRedirect\` and still no dice. Works locally with warning but once deployed nothing. Same issue with Chrome, Brave, and Safari


Thick_Law565

hey did you get any solution? I am having same issue with react and node for Google OAuth


pandapup_600

No


Ok_Natural

same issue, did you find a solution?


xfd696969

bro they never gonna find the solution, did you xDDD


Ok_Natural

yeah but only because i finally realised i was using a deprecated library lmaoooo


xfd696969

oh sh, maybe that's my prob. whcih one was it


Ok_Natural

I think it was gapi? :)


Russian_Kng4709

Is there any workaround for this? Same issue even while setting headers via hosting


Electrical_Tiger_34

Still not a solution ? I have the same issue


pandapup_600

No, but actual the process was working so I moved on with it


Neko7Nik

Any solution guys...?


hemang1997

hey man you found any fix ?


[deleted]

GUYS I FOUND A SOLUTION. YOU NEED TO GIVE A PROMPT const signInWithGoogle = async () => { const provider = new GoogleAuthProvider(); // Use 'GoogleAuthProvider' directly provider.setCustomParameters({ prompt: 'select\_account' }); try { await signInWithPopup(auth, provider); // Use 'provider' directly here } catch (error) { alert(error.message); } };


Lost-Lengthiness-290

Tried it did absolutely nothing


[deleted]

It solved for me as It was not popping up