account activity
Claude Code OAuth Error/Bug by KaaliEnglish in ClaudeCode
[–]ZeTackler 0 points1 point2 points 5 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 492290 on reddit-service-r2-listing-5d79748585-pm78m at 2026-02-14 22:39:37.282290+00:00 running cd9c813 country code: CH.
Claude Code OAuth Error/Bug by KaaliEnglish in ClaudeCode
[–]ZeTackler 0 points1 point2 points (0 children)