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
Log into the trigger.dev web app, authentication between CLI and web app succeeds with no errors or warnings. It then tells me to initialise, which I do, and have a working trigger.config.ts.
Ensure the correct env vars in my local dev server are populated and correct:
Run "npx trigger.dev dev" (I have tried both the latest trigger.dev 3.3.11 and previous working version non-coolify 3.3.10)
Example Repository URL
No response
Coolify Version
v4.0.0-beta.385
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered:
druidui
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Jan 22, 2025
druidui
changed the title
[Bug]:
[Bug]: Trigger.dev Error: Build failed: 401 "No authorization header provided"
Jan 22, 2025
Error Message and Logs
Also raised in triggerdotdev/trigger.dev#1629 but am pretty sure it's an issue with the current template for trigger.dev
Steps to Reproduce
Open Coolify, find trigger.dev in the applications, set the correct link, add my emails and resend api key to env vars, click deploy
Generate secrets & keys using the following, as the template generates keys the wrong length:
echo MAGIC_LINK_SECRET=$(openssl rand -hex 16)
Log into the trigger.dev web app, authentication between CLI and web app succeeds with no errors or warnings. It then tells me to initialise, which I do, and have a working trigger.config.ts.
Ensure the correct env vars in my local dev server are populated and correct:
TRIGGER_ACCESS_TOKEN=tr_pat_....
TRIGGER_API_URL=https://....
TRIGGER_SECRET_KEY=tr_dev_.....
Example Repository URL
No response
Coolify Version
v4.0.0-beta.385
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered: