-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: cannot login if localstorage / sessionstorage (privacy) was disabled on Chrome #14
Labels
Comments
for reference, full error:
|
Behavior tests:
|
GoogleWebComponents/google-signin#99 (comment) => suggestion: have a timeout display a message to the user, after a few seconds without successful login. |
This was referenced Apr 30, 2018
Closing in favor of #58. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
identified from https://js-code.herokuapp.com (js qcm 5) by alexandre blanc.
cause:
when localstorage was disabled by the user on Chrome, the google-signin element fails to load:
same problem cited there:
solutions:
re-enable localstorage on Chrome: http://stackoverflow.com/questions/24456891/iframe-in-chrome-error-uncaught-securityerror-failed-to-read-the-sessionstora
add accounts.google.com to exception list: Disabling third party cookies causes silent failure GoogleWebComponents/google-signin#99 (instructions en français)
The text was updated successfully, but these errors were encountered: