Files
triggerdotdev--trigger.dev/apps/webapp
Katia Bulatova 3d3c96296b fix(webapp): keep a malformed message's own text out of the error, and pin a finalisation to its body id
The malformed-message error carried 200 characters of the payload, which can be user text or tool output. It now names the shape only. A finalisation also verifies that the body's id is the row it targets, so the stored key and the payload cannot name different messages. The legacy-column guard missed a schema-qualified update, and now self-tests both spellings.
2026-08-06 17:19:20 +00:00
..
2024-10-09 12:52:52 +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