You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes critical issues with the log clearing functionality:
Backend fixes:
- Fixed DELETE request body parsing with proper default values
- Added conversation queue routing for Celery tasks
- Ensured proper handling of empty conversation_ids array
Frontend fixes:
- Fixed DELETE request body handling in HTTP client
- Improved SWR cache invalidation with correct key matching
- Added proactive conversation ID validation to prevent 404 errors
- Simplified error handling and removed debug logging
Key improvements:
- Request body now always sent for DELETE (empty array vs undefined)
- Multi-layer cache clearing (log list, explore apps, conversation data)
- Auto-cleanup of stale conversation IDs from localStorage
- Error handling for deleted conversations with 404 recovery
All changes pass lint and type-check validation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments