-
Notifications
You must be signed in to change notification settings - Fork 35
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
[BUG]: Multiple windows should share login #3897
Comments
thats weird id expect that too since arent they all reading from the same token.txt file? |
I swear i tested this with clicking in finder, maybe something regressed? |
also be sure you dont have any build binaries laying about, and that when you run from cli you have no NODE_ENV set |
It was the first time I installed the app on this machine's Linux partition. So there weren't older binaries around. |
something must have regressed this is the same bug i literally did a demo of this #3955 |
yeah here is the video, this used to work https://twitter.com/jessfraz/status/1831767148316021236 |
the auth code freaks me out #3973 |
Describe the bug
Different windows don't share login.
Steps to Reproduce
Run the app, login, and open a kcl file. Then in a terminal, while the first window is still open, run
pathToAppImage some_file.kcl
. It opens a new window, but it prompts me to log in.Expected Behavior
I expected that logging in on one window makes me logged in for all windows.
Screenshots and Recordings
No response
Desktop OS
Debian 13
Browser
No response
Version
v0.25.2 release candidate
Additional Context
No response
The text was updated successfully, but these errors were encountered: