Files
trading_bot_v3/app/api/progress
mindesbunister 01f4a9f89a Fix race condition in progress tracking EventSource
- Add debugging logs to progress stream endpoint
- Create placeholder session when EventSource connects before API call
- Prevents 404 errors when EventSource tries to connect to non-existent session
- Ensures progress tracking works correctly even with timing issues

This fixes the issue where UI remained stuck on 'TradingView Authentication'
even though backend was correctly progressing through all steps.
2025-07-17 13:02:41 +02:00
..