nicktrn
nicktrn
Hi @shaaridev, I've added a new auth section this morning which should clarify this: https://trigger.dev/docs/open-source-self-hosting#auth-options If `RESEND_API_KEY` is not set, no emails can be sent and the magic links are...
Ah right, I didn't see that part. Nothing in the Resend dashboard? No errors logged by the webapp? I think there may be an additional step required on the Resend...
This sounds great! 🔥 Best of luck here, we'll definitely help promote if you get it working
Hi @p3droml - thanks for reporting this! Looks like `observe()` implicitly creates its own trace context, as we can see from the differing trace IDs here: Probably best for @ericallam...
This is caused by a mismatch in encryption and decryption keys, i.e. you changed `CALENDSO_ENCRYPTION_KEY` after something had already been encrypted. _(code `ERR_CRYPTO_INVALID_KEYLEN` would be thrown on wrong keylengths)_ My...
Thanks for this @mittalyashu - it's quite a risky change in the current state. We'd have to add new (optional) env vars to make this configurable and keep the current...
We didn't forget about this, but we're not sure about changing the current behaviour. We'll also have to consider what happens to existing users with "duplicate" accounts that have different...
Are you both testing this on localhost? Webapp and worker on the same machine or split setup? Likely an env var issue as it worked fine when I just tried...
Ah right, I didn't see that part! This sounds familiar - I think we had an issue with magic links on Safari before. #186
I don't think that `WEBAPP_PUBLISH_IP` should change anything, but it's possible that `TRIGGER_PROTOCOL` is being ignored. Is this the full or split setup? Also, when changing any env vars, make...