Files
Dan Sutton ced242086b fix(webapp): guard test-page schedule payload helper against undefined packet
`parsePacket` returns `undefined` when the run's payload data is empty,
which crashed the test page on `!packet.timezone` (Sentry
TRIGGER-CLOUD-1AG: Cannot read properties of undefined (reading
'timezone')). Guard the timezone defaulting on `packet` being defined;
`safeParse(undefined)` then fails cleanly and the run is filtered out by
the existing `payload.success` check.

Adds a unit test covering the empty-payload regression case, the
timezone defaulting, and the no-crash on malformed payloads.
2026-05-01 16:12:55 +01:00
..
2026-01-09 11:39:36 +00:00
2025-03-08 14:53:06 +00:00
2023-01-10 16:09:42 +00:00
2022-12-06 12:28:16 +00:00
2024-10-09 12:52:52 +01:00
2026-03-31 19:06:54 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh