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
-**Deployment fails at the push step.** The machine running `deploy` needs registry access:
228
+
229
+
```bash
230
+
docker login -u <username><registry>
231
+
# this should now succeed
232
+
npx trigger.dev@v4-beta deploy
233
+
```
234
+
235
+
This needs to match the registry credentials. Defaults for the `localhost:5000` registry are `registry-user` and `very-safe-password`. You should change these.
236
+
237
+
-**Magic links don't arrive.** The webapp container needs to be able to send emails. You probably need to set up an email transport. See the [authentication](#authentication) section for more details.
238
+
239
+
You should check the logs of the webapp container to see the magic link: `docker logs -f trigger-webapp-1`
240
+
221
241
## CLI usage
222
242
223
243
This section highlights some of the CLI commands and options that are useful when self-hosting. Please check the [CLI reference](/cli-introduction) for more in-depth documentation.
0 commit comments