mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 17:05:32 -04:00
[GH-ISSUE #165] [BUG] Sign-in with browser #86
Reference in New Issue
Block a user
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 @Pacodastre on GitHub (Oct 22, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/165
Describe the bug
I opened the desktop app (from the drop-oss-app AUR package) and tried to sign in using the browser. I was able to authorize the client from the admin interface, but the app is still waiting for the authorization to happen.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After the client has been authorized in the admin interface, the app should login and display the list of games.
Screenshots
Desktop (please complete the following information):
Additional context
I tried switching to a different default browser (from zen to chromium) and the same thing happened on chromium.
@quexeky commented on GitHub (Oct 22, 2025):
Error:
@DecDuck commented on GitHub (Oct 22, 2025):
Oh this means the deep link isn't working, you need to have it registered in a .desktop file.
@Pacodastre commented on GitHub (Oct 22, 2025):
Found the issue. I had an old file from an old drop installation located in
/home/paco/.local/share/applications/drop-app-handler.desktopwhich was referencing a non existing app. Deleting this fixed the issue[BUG] Sign-in with browserto [GH-ISSUE #165] [BUG] Sign-in with browser