Claude Auth Triage #710
Replies: 3 comments 4 replies
-
|
Here you go! |
Beta Was this translation helpful? Give feedback.
-
This looks like a session state mismatch issue 🔍I've hit this exact scenario before. The problem is usually that Claude Code's cached auth token exists locally but the nono environment doesn't recognize it as valid anymore—so instead of silently refreshing, it keeps asking you to re-authenticate. A few things to check before running that capture script:
That capture script is solid for detailed debugging—it'll show you exactly what's happening during the auth flow. Just make sure:
What OS are you on? Linux users sometimes hit different token path issues than macOS, so that'll help narrow down next steps. |
Beta Was this translation helpful? Give feedback.
-
|
Why the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Claude Auth Triage
Only use this if Claude Code is running inside
nono, is currently logged out, and this same instance was previously logged in and should have refreshed automatically but instead is incorrectly asking you to run/loginagain.If your setup is currently working, do not run this.
Linux users should run this too. The capture includes some macOS-specific checks, but they are skipped or ignored automatically on Linux.
Before changing config, reinstalling tools, or trying workarounds, capture the failure once first.
Run This
Run this only if the auth failure is happening right now or is immediately reproducible.
Claude may open twice during the capture:
Each time Claude opens:
/login/exitThen attach the archive file produced by the script to this GitHub discussion thread as a comment
If
command -v nonoprints nothing, stop there and report that first.macOS Version Note
If
nono --versionreports0.34.0,0.35.0,0.36.0, or0.37.0, mention that in your reply.Those versions contained a real macOS keychain Seatbelt regression for Claude auth.
claude-code installation method
Please include details of how you installed claude, and if you're a linux user, the current dist or package manager used.
Beta Was this translation helpful? Give feedback.
All reactions