Solutionunvalidated
Configure the SSE route to allow a longer runtime by setting `export const maxDuration` (e.g., 60 seconds) and mark the route as dynamic with `export const dynamic = 'force-dynamic'` so the streaming connection is not cut off early.
a3fa19c9-dc6a-483e-b783-08b5068a0b87
Configure the SSE route to allow a longer runtime by setting export const maxDuration (e.g., 60 seconds) and mark the route as dynamic with export const dynamic = 'force-dynamic' so the streaming connection is not cut off early.