Closed tinncdev closed 7 years ago
Method signInWithPopup() and signInWithRedirect() return error:
signInWithPopup()
signInWithRedirect()
auth/network-request-failed: A network error (such as timeout, interrupted connection or unreachable host) has occurred.
on Chrome but working fine on MS Edge.
Popup Google OAuth sign in page.
Google OAuth sign in page (about:blank) popup but showing nothing and closing after some seconds. Log:
Uncaught DOMException: Failed to execute 'registerElement' on 'Document': Registration failed for type 'page404'. The type name is invalid. at window.Polymer (https://dkmh-spkt.firebaseapp.com/src/my-app.html:18:1504) at https://dkmh-spkt.firebaseapp.com/src/page404.html:15:11 Uncaught Error: Network Error at firebase-auth.js:156
Uncaught DOMException: Failed to execute 'registerElement' on 'Document': Registration failed for type 'page404'. The type name is invalid. at window.Polymer (https://dkmh-spkt.firebaseapp.com/src/my-app.html:18:1504) at https://dkmh-spkt.firebaseapp.com/src/page404.html:15:11
Uncaught Error: Network Error at firebase-auth.js:156
https://dkmh-spkt.firebaseapp.com/view1
polymer init
bower install --save firebase/polymerfire
polymer serve --open
This is weird. I tried using Google Chrome and it is working fine.
@tjmonsi checked, now it works. I haven't modify anything since.
Description
Method
signInWithPopup()
andsignInWithRedirect()
return error:on Chrome but working fine on MS Edge.
Expected outcome
Popup Google OAuth sign in page.
Actual outcome
Google OAuth sign in page (about:blank) popup but showing nothing and closing after some seconds. Log:
Live Demo
https://dkmh-spkt.firebaseapp.com/view1
Steps to reproduce
polymer init
commandbower install --save firebase/polymerfire
polymer serve --open
commandBrowsers Affected