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
Cloudflare worker with email handler isn't able to reach an application behind cloudflare dns/proxy deployed in hetzner through fetch.
Get a 404 back, application endpoint is not triggered.
Works fine in the same worker using an fetchHandler and calling the worker URL.
Also works fine, when the application is running locally and the worker is calling the endpoint through a temp cloudflare tunnel.
Expected behavior
Expection is that the fetch request in the emailHandler reaches the application and did not get a 404 back.
Which Cloudflare product(s) does this pertain to?
Workers Runtime
What version(s) of the tool(s) are you using?
3.91.0 [wrangler]
What version of Node are you using?
20.14.0
What operating system and version are you using?
22.04.1-Ubuntu
Describe the Bug
Observed behavior
Cloudflare worker with email handler isn't able to reach an application behind cloudflare dns/proxy deployed in hetzner through fetch.
Get a 404 back, application endpoint is not triggered.
Works fine in the same worker using an fetchHandler and calling the worker URL.
Also works fine, when the application is running locally and the worker is calling the endpoint through a temp cloudflare tunnel.
Expected behavior
Expection is that the fetch request in the emailHandler reaches the application and did not get a 404 back.
Steps to reproduce
Please provide the following:
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: