Skip to content
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

Console shows idpiframe_initialization_failederror #442

Closed
andreban opened this issue Sep 20, 2017 · 2 comments
Closed

Console shows idpiframe_initialization_failederror #442

andreban opened this issue Sep 20, 2017 · 2 comments

Comments

@andreban
Copy link
Member

@midzer - It seems this error is related to having 3rd party cookies disabled and Google Sign-in. Here's more information on it:

Can you confirm if this would be the case?

@midzer
Copy link

midzer commented Sep 20, 2017

@andreban yeah, without blocking 3rd party cookies this error message disappears for me in Chromium 60 console

@andreban
Copy link
Member Author

Thanks for confirming - The main consequence is that users become unable to login when the 3rd party cookies are disabled. There's no workaround we can do to make it work, but we should consider communicating to the user that they are unable to login because 3rd party cookies are disabled.
There are 2 approaches we can take:

  1. When the page loads, if the error happens, show a toast at the bottom of the screen and disable the login button.
  2. Don't show anything when the page loads, but show the toast when the user tries to login (clicks the login button).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants