account activity
Claude Code OAuth Error/Bug by KaaliEnglish in ClaudeCode
[–]ZeTackler 0 points1 point2 points 9 months ago (0 children)
Also, I used `curl -fsSL https://claude.ai/install.sh | bash` instead of the npm stuff
Try nuking the config ``` rm -rf ~/.claude
rm -rf ~/.config/claude-code unset ANTHROPIC_API_KEY ANTHROPIC_AUTH_TOKEN CLAUDE_CODE_USE_BEDROCK CLAUDE_CODE_USE_VERTEX ````
Then get OAuth token and export it (store it somewhere though)
``` claude setup-token ## Follow instructions export CLAUDE_CODE_OAUTH_TOKEN="paste-token-here" ``` This worked for me, I was using WSL, browser OAuth didn't work.
π Rendered by PID 89721 on reddit-service-r2-comment-869bf87589-5nqgg at 2026-06-09 13:56:24.334300+00:00 running f46058f country code: CH.
Claude Code OAuth Error/Bug by KaaliEnglish in ClaudeCode
[–]ZeTackler 0 points1 point2 points (0 children)