mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 10:49:27 -05:00
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