-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Description
After installing the Claude Terminal add-on and opening the terminal, I receive a link for authentication. When I copy and paste this link into my browser, I see the Claude authorization window. However, when I click "Authorize," nothing happens.
Error Details
Browser inspection shows the following errors:
[Error] Failed to load resource: the server responded with a status of 400 () (authorize, line 0)
[Error] [REACT_QUERY_CLIENT] – "QueryClient error:"
Error: Redirect URI https://platform.claude.com/oauth/code/callback is not supported by client.
Environment
- Home Assistant OS (or your specific installation type)
- Browser: (Chrome/Firefox/Safari - whichever you use)
- I have an active Claude Pro subscription
Steps to Reproduce
- Install the Claude Terminal add-on
- Start the add-on and open the terminal
- Copy the authentication link provided in the terminal
- Paste it into a browser
- Click "Authorize" on the Claude authorization page
- Nothing happens - button appears to work but authorization doesn't complete
Expected Behavior
Clicking "Authorize" should complete the OAuth flow and authenticate the CLI.
Additional Context
The error suggests that the redirect URI https://platform.claude.com/oauth/code/callback is not registered as a valid callback URL for the OAuth client being used by Claude Code CLI.