Files
prowler/ui/types
alejandrobailo 23b8b6a655 fix(ui): repair lighthouse v2 chat streaming via same-origin SSE proxy
Add a same-origin Next.js route handler that reverse-proxies the Django
SSE stream, so the browser EventSource connects same-origin (no CORS)
and the access token stays server-side.

Drop the unused per-message stream URL and stop revalidating /lighthouse
on session create (the force-dynamic route would otherwise remount the
chat and tear down the EventSource).
2026-06-25 19:04:36 +02:00
..