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
It's common to sit on this page when setting up a Next.js project. This should work in a similar way as how we do live-refreshing on the run page, using an useEventSource hook on the client:
It's common to sit on this page when setting up a Next.js project. This should work in a similar way as how we do live-refreshing on the run page, using an
useEventSourcehook on the client:https://github.com/triggerdotdev/trigger.dev/blob/main/apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.jobs.$jobParam.runs.$runParam/route.tsx#L75
Which hits a loader that uses SSE:
https://github.com/triggerdotdev/trigger.dev/blob/0b004fbcaf88ca80b7d8809964e02dffe264be58/apps/webapp/app/routes/_app.orgs.%24organizationSlug.projects.%24projectParam.jobs.%24jobParam.runs.%24runParam.stream/route.tsx
From SyncLinear.com | TRI-409