misterpoppins
CDCloudflare Developers
•Created by misterpoppins on 2/22/2025 in #workers-help
Email worker always triggered 3 times
I have an email worker that takes a screenshot of an email and saves it in R2. The worker is executed 3 times meaning my screenshots are created 3 times. The email activity table shows me 3 emails resulted in Delivery Failed.
My code is simple and not secret, would be grateful if someone could tell me what I am doing wrong
2 replies
CDCloudflare Developers
•Created by misterpoppins on 1/8/2025 in #general-help
Email routing not available
I just registered through a new domain through Cloudflare with the intent of setting up email routing.
I followed the documentation: https://developers.cloudflare.com/email-routing/get-started/enable-email-routing/
I see no “Email” navigation item, either in any of the domain pages, the sidebar nav, or anywhere for that matter.
How do I enable email routing?
4 replies
CDCloudflare Developers
•Created by misterpoppins on 5/10/2024 in #pages-help
Wrangler deploy shows success but actually fails

9 replies
CDCloudflare Developers
•Created by misterpoppins on 4/29/2024 in #pages-help
ERROR: Could not resolve "crypto"
I'm using HonoJS with the library Hono Sessions. When I use wrangler to preview
wrangler pages dev dist
I get an error complaining about not being able to resolve crypto:
For context, I've ensured I have node compatibility enabled:
If I remove any imports of the Hono Sessions library my worker builds...the issue is if I go to that project and run their Cloudflare test, it works totally fine!
The only thing I can think of is they are testing against Cloudflare Workers, not Pages. Is there a difference in the node APIs offered between Workers and Pages?
If not, any thoughts on why this might be happening? If it matters I'm using Vite to build my project.
https://github.com/jcs224/hono_sessions4 replies