Document OpenClaw troubleshooting attempts

Add comprehensive troubleshooting documentation for OpenClaw auth issues:
- All configuration attempts with Ollama and Anthropic
- Error messages and findings
- Links to relevant GitHub issues and documentation
- Recommendations for future attempts

Issue: Gateway mode fails with 'No API key found' despite correct auth-profiles.json configuration with both Ollama and real Anthropic API key.
This commit is contained in:
2026-02-09 03:03:56 +00:00
parent c7733147b3
commit f0902944e0
2 changed files with 299 additions and 0 deletions
+7
View File
@@ -111,6 +111,10 @@ During onboarding:
## Troubleshooting
⚠️ **KNOWN ISSUE (2026-02-09)**: OpenClaw gateway mode in Docker consistently fails with "No API key found for provider 'anthropic'" despite correct auth-profiles.json configuration. See [TROUBLESHOOTING.md](TROUBLESHOOTING.md) for detailed information about all attempted solutions.
**Current Status**: Container runs and is accessible, but cannot execute AI requests with either Ollama or Anthropic API.
Check logs:
```bash
docker logs openclaw -f
@@ -120,3 +124,6 @@ Check if OpenClaw can reach Ollama:
```bash
docker exec -it openclaw curl http://ollama:11434
```
For detailed troubleshooting history and configuration attempts, see:
- **[TROUBLESHOOTING.md](TROUBLESHOOTING.md)** - Complete troubleshooting log