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 Docs not working: Min 1.12.0 on MacOS Mojave 10.14.6 #884

Closed
pkuksa opened this issue Jan 10, 2020 · 4 comments
Closed

Google Docs not working: Min 1.12.0 on MacOS Mojave 10.14.6 #884

pkuksa opened this issue Jan 10, 2020 · 4 comments

Comments

@pkuksa
Copy link

pkuksa commented Jan 10, 2020

When attempting to sign-in, the following error is displayed:

Couldn't sign you in
This browser or app may not be secure. Learn more
Try using a different browser. If you’re already using a supported browser, you can refresh your screen and try again to sign in.

@PalmerAL
Copy link
Collaborator

This looks like the same issue as #868. Do you have two-factor authentication enabled on your account?

Also, you can try this and see if it works:

  1. Go to developer > inspect browser.
  2. Press the escape key, click on the icon with the three dots in the panel that appears, and choose "network conditions".
  3. Uncheck "select automatically", and choose "firefox mac" from the dropdown.
  4. Reload the page and sign in again.

@pkuksa
Copy link
Author

pkuksa commented Jan 13, 2020

Thanks for looking into this!

Even though I could not login by changing the user-agent under "network conditions",
I was able to login to Google Docs by explicitly setting a user-agent string in
/Applications/Min.app/Contents/Resources/app/main.build.js
as Firefox-Mac:
app.userAgentFallback = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:72.0) Gecko/20100101 Firefox/72.0"

However, the Chrome Web store is not working at all, and I cannot install any extensions ('Add to Chrome' button is missing!).
Chrome Web store is not working under any user-agent string I tried so far: 1. default, 2. Chrome-Mac, or 3. Firefox-Mac.

@AetasSerenus
Copy link

I had the same problem login into keep on windows 7, changing the network conditions to firefox mac fixed the problem.

@Sestowner
Copy link
Member

Fixed in 936a1ea.

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

4 participants