mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3721] [bug]: Can't Log in to new Desktop App on Linux #1290
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1290
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 @carsonbird on GitHub (Jan 4, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3721
Is there an existing issue for this?
Current behavior
When I try to log in to the desktop app using my email and a magic link on my Linux machine, I can't.
Details:
So the issues seem to be that either the sign-in is being blocked by CORS, the magic-link webpage isn't able to talk to the desktop app and give it the authenticated stuff, or that the desktop app isn't receiving deep links from the magic link in the email.
Steps to reproduce
See the above.
Environment
Production
Version
Cloud
@carsonbird commented on GitHub (Jan 4, 2024):
Some additional information - I pasted the link into a private session in a new browser, so there wouldn't be any cookie/caching issues. The browser-portion of the authentication seemed to work fine - and then upon returning the desktop app and inspecting the network calls, I can see that the app did successfully receive the login/authentication information from somewhere, because (among other things) it proceeds to make a POST request to https://identitytoolkit.googleapis.com/v1/accounts:lookup?key=XXX and it does include information it could have only received from the authentication flow (like my name). See below for more. However, the app doesn't finish the login process, and just sits there on the "magic link" popup. Clicking "dismiss" dismisses the dialog, but doesn't finish the login.
@vieiraes commented on GitHub (Jan 15, 2024):
the same happens here
@carsonbird commented on GitHub (Feb 23, 2024):
Aaand, still happening. Is there a workaround for this, or is the desktop app currently un-login-able for everyone?
@luancgs commented on GitHub (Mar 15, 2024):
Also unable to login on linux desktop app. Using Linux Mint 21.1 with Cinnamon and trying to login using google SSO, the app opens the google page on my browser, but after returning, it just loads forever.
@adaniloff commented on GitHub (Mar 25, 2024):
Same here, unable to login on my PopOs (using Pop!_OS 22.04 LTS). Infinite loading when I try to use google or email auth.
@rochacbruno commented on GitHub (Mar 25, 2024):
same here, just tried to login from arch linux, doesnt work with any of the login methods.
v2023.12.6
@HeIIow2 commented on GitHub (Apr 4, 2024):
I got the same issue.
@bfsgr commented on GitHub (Apr 6, 2024):
Probably related to https://github.com/tauri-apps/tauri/issues/2327
@noomly commented on GitHub (May 15, 2024):
I'm also affected by this issue on Archlinux. Still no workaround?
@HeIIow2 commented on GitHub (May 28, 2024):
No not yet. You could try logging in on web and copying the cookies and all the data. If you do so successfully you could also write a script that can be executed do do this but I don't know. Its really bad.
@noomly commented on GitHub (May 28, 2024):
I've switched to Postman in the meantime. I'll try again if ever this issue gets some attention from the developers.
@baaslaawe commented on GitHub (Jun 2, 2024):
linux Desktop not work login we have try many times for linux like ubuntu Desktop not close login it loading
@AlphaNecron commented on GitHub (Jun 29, 2024):
Bump, having been struggling with this bug for a while on Arch Linux, I guess the only workaround here is to patch
webkit2gtkto disableweb-securitybut that also means lowered security (untested anyways).@AlphaNecron commented on GitHub (Jun 29, 2024):
Technically, I can just use Hoppscotch anonymously but obviously no syncing lol.
@coud commented on GitHub (Jul 3, 2024):
I can't login as well. It seems it was able to communicate to the app but the app is stuck on loading.

@mirzahilmi commented on GitHub (Jul 10, 2024):
same issue, im using NixOS 24.05
@0xi4o commented on GitHub (Sep 2, 2024):
I was able to get login working by copying the link, pasting it in Firefox, and logging in from there. Then it was able to connect to the desktop app and log me in. Didn't work in other browsers so it has to be Firefox. YMMV.
@rochacbruno commented on GitHub (Sep 2, 2024):
I confirm ^, after downloading an upgraded version of the AppImage it can login now if I do using Firefox.
@nicolasCinzer commented on GitHub (Oct 18, 2024):
I agree with @rochacbruno, if a try to login using Firefox as browser, the login is successfull
@kayprogrammer commented on GitHub (Nov 28, 2024):
Worked for me. Thank you very much
@carsonbird commented on GitHub (Dec 3, 2024):
Just downloaded the latest appimage, attempted to use GitHub login through Firefox, doesn't work. Gets pretty close, the Hoppscotch app can see that the login flow occurred in Firefox, so they're communicating. But the Hoppscotch app just sits and spins in the "Login to Hoppscotch" modal after that.
@carsonbird commented on GitHub (Dec 3, 2024):
The app also says that it opens my browser (Brave), but it doesn't. Clicking the "Open Again" button doesn't do anything either.
@carsonbird commented on GitHub (Dec 3, 2024):
Network shows that the authentication information is received by the app. So the issue is probably in the desktop app itself, and how it handles the received data. This was by copy-pasting the link into Brave browser, so this isn't an issue directly related to Firefox, as other have expressed above. What was everyone else's login method (Google, Github, email, etc?)
@liyasthomas commented on GitHub (Mar 4, 2025):
Thanks for your patience and valuable feedback. We’ve fixed this bug in the latest release.
Download the latest builds and provide your valuable feedback.
Closing this ticket as this bug is now fixed in the recent version. Please feel free to reach out if you have any other concerns.