[bug]: When I use the trigger.dev template, I am unable to access it
Here are my configuration steps
1. Install template
2. Use default configuration, add domain name:
Service Name: webapp,
domain: mysite.com,
port is 3000,
HTTPS: true
3. Modify environment variables
TRIGGER_DOMAIN=mysite.com
TRIGGER_PROTOCOL=https
4. This is the error I got from the log:
{"timestamp":"","message":"connect_error: Error: websocket error","$name":"socket-provider","$level":"error","namespace":"provider","host":"webapp","port":3030,"secure":false,"extraHeaders":{"x-trigger-provider-type":"docker"}}
Those are all the changes I have made.
When I visit the configured domain, I get a 404
What should I do next?


0 Replies