jed
jed
CDCloudflare Developers
Created by jed on 4/12/2025 in #workers-help
DNS missing for custom_domain = true worker
Hello there, I'm successfully deploying a worker with custom_domain = true, but the worker isn't responding on the domain because there are no A or AAAA records in my DNS for that zone... I thought the custom domain deploy would automatically create them, but I guess not. Can you tell me what DNS records I would need to add to get the worker to respond on my zone?
4 replies
CDCloudflare Developers
Created by jed on 1/26/2025 in #general-help
message.reply is not a function
hey there, i'm trying to debug replying from email workers as shown here[1], but in the cloudflare editor i get Uncaught (in response) TypeError: message.reply is not a function when i try to reply.. forward and setReject are both there though. anyone have any leads on this? thanks in advance. [1] https://developers.cloudflare.com/email-routing/email-workers/reply-email-workers/
2 replies
CDCloudflare Developers
Created by jed on 2/13/2024 in #workers-help
Do request bodies count against the 128MB of worker memory?
As I understand it, inbound request bodies are buffered before a worker is invoked. The worker can consume the body as a stream, but the data itself is buffered before then. Is this interpretation correct? And if so, does the data for request bodies count against the 128MB of worker memory?
4 replies