Files
archon/python
leex279 f46bdc4a1f fix: Add API key validation before crawl operations (Issue #362)
Minimal fix to prevent silent failures when API key is invalid.

Backend:
- Add API key validation before starting crawl operations
- Return 401 error with clear message for invalid keys
- Detect authentication errors from embedding service failures

Frontend:
- Add simple error handler for API key errors
- Update crawl error handling to show clear messages
- Toast displays: 'Please verify your API key in Settings before starting a crawl.'

This eliminates the 90-minute debugging sessions reported in Issue #362
by providing immediate feedback when API keys are invalid.

Fixes #362
2025-09-13 08:26:52 +02:00
..