mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #1311] Windows desktop doesn't sign in to google #495
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#495
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clumbo on GitHub (Nov 9, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1311
Current behavior
Does not sign into google
Expected behaviour
To sign into google
Sign into to google account via desktop
Web dialog hangs
Desktop
Latest
Windows 220
@Komediruzecki commented on GitHub (Nov 9, 2021):
Hi,
Can you please give some details about your windows version?
Also, which browser are you using for the sign-in dialog, it might be browser-related rather than app-related.
Can you open and screenshot developer tools (Ctrl+Shift+I shortcut in most browsers) in the browser so we can see what could cause the hang of the sign-in? Particularly interesting would be network and console tabs.
Do you have javascript enabled in that browser?
@clumbo commented on GitHub (Nov 9, 2021):
I have figured it out
Having adblockers on stops it working because it can't talk with google analytics. so it refuses to progress and sits and waits, however other services linking with google work fine.
@Komediruzecki commented on GitHub (Nov 9, 2021):
Yeah, that could be an issue. Let me know if you have any other questions, otherwise we can close this issue.
@clumbo commented on GitHub (Nov 9, 2021):
Thanks