workers-help
pages-help
general-help
durable-objects
workers-discussions
pages-discussions
wrangler
coding-help
kv
š¦rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
ā”instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd
web3
š¤turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Your Worker exceeded the size limit of 1 MiB. Refer to
mail channels suddenly not working?
Help with email workers
Workers & Pages Section Error with Infinite Loading Circle
Update path-to-regexp package to 8.0.0
Not getting R2 file contents body from inside Worker
Headers with dots in the key are removed when I make a fetch request from a worker
Cron trigger fails with no logs emitted
Tail Workers and Additional Event Data
UUID
. For instance, a scheduled
worker kicks off and generates a UUID
and sends messages to a queue
consumer with the UUID
as part of the message body. That queue
also generates console.log
messages. So, I've got two workers that are dealing with a single UUID
and I'd like to use that data in my Tail Worker.
Is there a way to add the UUID
to something that will have it bubble up into the TailItems
object? Otherwise, I need to add the UUID
into the console.log
messages and parse them out. It would be nice if extra metadata could be added to the TailItems
's event
node.
Is this possible in any way?...Request from worker to worker fails
Is RFC 8441 (Websockets over HTTP2) supported by Cloudflare Workers?
pg example not working
Wrongly Reported as Phishing
Best practice for local development with multiple workers using RPC bindings?
Fake phishing abuse reports
How to use React frameworks with Cloudflare workers?
Setting DO script_name only in dev?
getPlatformProxy
, you must use a separate worker and script_name
. That's all fine, but is there a way to ensure the script_name
is only set in dev, since that seems to have an effect in prod too?
```
[durable_objects]
bindings = [...Can an external http client make an RPC call to a Worker?
ERROR Could not resolve "cloudflare:workers"