What you will see
A message like this, in the app or in the underlying error:How to fix it
- Open a terminal.
- Run
claude. This starts Claude Code and shows whether you are signed in. - If you are already signed in, sign out and back in:
Follow the prompts to sign in to your Anthropic account.
- Return to Rundock and resend your message. It will work normally again.
Why this happens
Rundock does not store your Anthropic credentials. It relies entirely on the Claude Code sign-in on your machine, the same one you use when you runclaude directly. When that sign-in expires (or you have signed in elsewhere), Claude Code rejects the request with a 401, and Rundock surfaces it as the recovery card above.
Because the sign-in lives with Claude Code, the fix also lives there: re-running claude and signing in refreshes the session for both Claude Code and Rundock.
Still stuck?
- Confirm Claude Code itself works: run
claudein a terminal and send it a message. If that also fails to authenticate, the issue is with the Claude Code sign-in, not Rundock. - Check your sign-in status directly with
claude auth status. - If
claudeworks in the terminal but Rundock still shows the error, fully quit and reopen Rundock so it picks up the refreshed session.