Email worker doesn't work, logs and tail are empty
I have a very simple worker:
Whenever I send an email to the address the worker is supposed to work for, it's rejected. I only see it in the email routing dashboard, and the error message is
Worker call resulted in an error: Worker call failed for 3 times, aborting...
The logs are empty, wrangler tail
gives me no output either.1 Reply
The only hint I have, is when I open the worker in the web editor, the compiled code is
and it shows
Email Trigger not available to this workers
in the console when ran, but when I manually edit it to be
it works perfectly fine.