firebase / firebaseui-web

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
https://firebase.google.com/
Apache License 2.0
4.58k stars 1.06k forks source link

Blank Screen on Safari 12.1.2 #698

Open KantiKuijk opened 4 years ago

KantiKuijk commented 4 years ago

Describe your environment

Describe the problem

When logging in and after authenticating it gets stuck on a white screen with following url: https://projectname.firebaseapp.com/__/auth/handler?state=[…]. The only error in console is a 404 for the favicon, and a warning "Can't close the window since it was not opened by JavaScript" Works fine on other browsers (Chrome, Opera, Brave), and works fine in Private mode too. I deleted all website data.

Steps to reproduce:

Use login function (only Google is enabled for my project) Select active account (no password and 2fa are needed) Get blank screen

ppamorim commented 3 years ago

I have the same issue.

yuchenshi commented 3 years ago

@ppamorim Would you mind providing some code that triggered the issue? Especially, is it sign-in with popup or redirect? Please show a code snippet.

vincenzomann commented 3 years ago

Not sure I had the exact same problem as you but I was getting a blank screen on safari only, but I realized I had Javascript disabled in the iOS Safari settings, so enabling it fixed it for me.