mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-06 11:08:15 +00:00
The first-time handler UX is built around ephemeral traces (access code, 24hr expiry link, browser open). Checking auth and creating non-ephemeral batches caused the handler to fall through to the local traces fallback since ephemeral_trace_url is only set for ephemeral batches. The server's LinkEphemeralTracesJob links ephemeral traces to user accounts on signup regardless. Remove auth check from first-time handler and always pass use_ephemeral=True to _initialize_backend_batch.