self-hosted v4.4.6 unable to see any logger event information #3718
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
For self-hosted Trigger, this usually means the run completed but event/log ingestion is not healthy (UI can show run status while logs/events stay empty).\n\nFast checks in order:\n1. Verify all Trigger services are on the same version (v4.6.6) and healthy ( |
Beta Was this translation helpful? Give feedback.
-
|
Ok so I figured it out, with many thanks to comments by the devs on the Discord. Lots of people struggle with this same problem, so I'll reference those discussions here.
The biggest tell for me was this .env var configuration example. Notice how trigger.dev/hosting/docker/.env.example Line 46 in eefb96c Long story short, my Anyway, once I set |
Beta Was this translation helpful? Give feedback.




Ok so I figured it out, with many thanks to comments by the devs on the Discord. Lots of people struggle with this same problem, so I'll reference those discussions here.
trigger.dev/apps/webapp/app/env.server.ts
Lines 1137 to 1156 in 892bed8