You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to sign in, and the app is recognizing from the protocol as seen here- the console says it's adding the auth information to a store, but nothing actually happens past this point
Release version
3.3.12
Operating system
Linux Mint
Steps to reproduce the behavior
Click sign in button, go through authentication in browser, app will load- says it add auth information to store, nothing...
Screenshots
Log files
2024-09-08T02:08:21.080Z - info: [ui] launching: 3.3.12-linux2 (Linux 6.8.0-38-generic)
2024-09-08T02:08:21.091Z - info: [ui] execPath: '/usr/lib/github-desktop/github-desktop'
2024-09-08T02:08:37.996Z - info: [ui] [SignInStore] initializing OAuth flow
2024-09-08T02:08:38.006Z - info: [main] opening in browser: https://github.com/login/oauth/authorize?client_id=3a723b10ac5575cc5bb9&scope=repo%20user%20workflow&state=d5f955aa-90c7-4360-98de-c02b2a30839e
2024-09-08T02:08:41.200Z - info: [main] Received possible protocol arguments: 3
2024-09-08T02:08:41.201Z - info: [main] Processing protocol url
2024-09-08T02:08:41.201Z - info: [ui] [Dispatcher] requesting authenticated user
2024-09-08T02:08:41.295Z - info: [main] Received possible protocol arguments: 2
2024-09-08T02:08:41.301Z - info: [main] Processing protocol url
2024-09-08T02:08:41.889Z - info: [ui] [SignInStore] account resolved
2024-09-08T02:08:41.890Z - info: [ui] [AppStore] adding account planet-bluto (PlanetBluto - Donovan E.) to store
2024-09-08T02:08:54.031Z - info: [ui] Opt in reported.
2024-09-08T02:08:58.890Z - info: [ui] [SignInStore] initializing OAuth flow
2024-09-08T02:08:58.893Z - info: [main] opening in browser: https://github.com/login/oauth/authorize?client_id=3a723b10ac5575cc5bb9&scope=repo%20user%20workflow&state=7d569015-59eb-4aae-b820-d272fd088893
2024-09-08T02:09:01.258Z - info: [main] Received possible protocol arguments: 3
2024-09-08T02:09:01.258Z - info: [main] Processing protocol url
2024-09-08T02:09:01.259Z - info: [ui] [Dispatcher] requesting authenticated user
2024-09-08T02:09:01.351Z - info: [main] Received possible protocol arguments: 2
2024-09-08T02:09:01.356Z - info: [main] Processing protocol url
2024-09-08T02:09:01.643Z - info: [ui] [SignInStore] account resolved
2024-09-08T02:09:01.644Z - info: [ui] [AppStore] adding account planet-bluto (PlanetBluto - Donovan E.) to store```
The text was updated successfully, but these errors were encountered:
What does the app show? To me this seems like it's able to store and retrieve the credentials for the current user, which is expected. I'm curious if there's a different problem here after launch and we need to look elsewhere...
The problem
Try to sign in, and the app is recognizing from the protocol as seen here- the console says it's adding the auth information to a store, but nothing actually happens past this point
Release version
3.3.12
Operating system
Linux Mint
Steps to reproduce the behavior
Click sign in button, go through authentication in browser, app will load- says it add auth information to store, nothing...
Screenshots
Log files
The text was updated successfully, but these errors were encountered: