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
This appears to be a separate failure mode of the same generic "Session expired" error. Suggest improving the error message to distinguish: (a) local auth missing/expired, (b) account mismatch with session owner, (c) session not found server-side, (d) scope/subscription mismatch.
Description
claude --teleport <session_id>fails with:…even though:
claudeCLI works fine (i.e., login isn't actually broken).ANTHROPIC_API_KEY,ANTHROPIC_AUTH_TOKEN, orANTHROPIC_BASE_URLset in environment or shell rc files (ruling out Max plan shows as 'API Usage Billing' in CLI #20976 root cause).The error message is misleading: nothing visible is actually expired.
Environment
CLAUDE_CODE_ENTRYPOINT=cliSteps to Reproduce
claudeis OAuth-logged-in as the same account, run:Session expired. Please run /login to sign in again./loginagain does not change the behavior.Expected
Either teleport succeeds, or the error explains what is actually wrong (e.g. account mismatch, scope mismatch, session ownership, server-side state).
Related
ANTHROPIC_BASE_URLin PowerShell profile; doesn't apply here.This appears to be a separate failure mode of the same generic "Session expired" error. Suggest improving the error message to distinguish: (a) local auth missing/expired, (b) account mismatch with session owner, (c) session not found server-side, (d) scope/subscription mismatch.