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

Google Auth login fails in Firefox #41

Closed
aardvarkk opened this issue May 10, 2018 · 1 comment
Closed

Google Auth login fails in Firefox #41

aardvarkk opened this issue May 10, 2018 · 1 comment

Comments

@aardvarkk
Copy link

aardvarkk commented May 10, 2018

I set up a Heroku deployment of Accent and things seem to be working reasonably well in Chrome. In Firefox, however, when I click "Login with Google", the popup appears as expected (and closes when I select which account to use), but then... nothing happens back on the original page. I took a look at the console and found an error that triggered on each login attempt:

popup_closed_by_user

The error is being fired from the following function area (in the minified JS):

this.session.googleAuth.attachClickHandler(t,{},
  function(t){
    return e._authSuccess(t)
  },
  function(e){
    return window.console.error(e)
})

This is how the console looks after several attempts:

image

Not sure what other info I can provide. For now I can work around this by just using Chrome for logging in, it's just not my primary browser. I'm currently using Firefox Quantum v60.0.

@aardvarkk aardvarkk changed the title Google Auth fails in Firefox Google Auth login fails in Firefox May 10, 2018
@simonprev
Copy link
Member

Are you sure you don’t have a browser extension that blocks Google scripts like AdBlocker, uBlock, Ghostery…?

The popup_closed_by_user is always caused by this.

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

No branches or pull requests

2 participants