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
Can't install firebase on nextjs: client.js:1 Error signing in with Google: TypeError: Cannot read properties of undefined (reading '_popupRedirectResolver')
#7576
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is the error
client.js:1 Error signing in with Google: TypeError: Cannot read properties of undefined (reading '_popupRedirectResolver')
when I click to login
<button onClick={async () => { try { await signInWithPopup(auth, provider); } catch (error) { console.error("Error signing in with Google: ", error); } }} > Sign In </button>
thats the error I get. What can I do?
Beta Was this translation helpful? Give feedback.
All reactions