workers-help
pages-help
general-help
durable-objects
workers-and-pages-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-runtime
🤖turnstile
radar
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows
vite-plugin
pipelines-beta
containers-beta
smart placement with R2
INSUFFICIENT_SUBREQUESTS
placement status.
Is this expected behavior?...wrangler dev not exposing port on local network
wrangler dev --ip 0.0.0.0
I used to be able to access http://192.168.1.26:8787/ from my phone connected to the same wifi network.
I can access it from the computer on which I started wrangler, but not from my phone... (i can access other ports, if I run a simple web server for example)
I tried upgrading/downgrading wrangler version, nothing changed.
Am I missing something?...What is the best way to throttle api to
will there ever be a new version of the
I shouldn't have enabled it anyways,
Hi, could anyone explain me in simple
Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance.
Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance.
Custom pricing issue
CPU / Memory Leak Workers + Maybe Async Local Storage?

OK got this working Documentation and
Subrequest limit
soketi
Eliminating cold starts with Cloudflare ...
auth.development.example.com
instead of only matching on development.example.com/auth*
Cloudflare can improve or eliminate the cold start. Is this correct?
In my case I am using TRPC inside my worker, so it will handle some routing when it recieves the request. Another question is if I follow the first pattern and match that way, can I still use paths as long as they get handled internally in my worker?...hey all I ve a question about etags
cache.match()
will look at If-None-Match
and if it matches, it will return a 304
response, however if the requested URL is not cached, then cache.match()
will fail and then I'll fetch from origin.
I'm wondering what logic I should use at this point (content is not in cache BUT etag matches the content from origin) as I'd still like to return a 304
at this point. I've been looking for worker examples to do that but haven't found any to my surprise (thought it'd be a pretty common thing to do).
Any ideas?...Heya I m getting `Durable Object
Durable Object namespace binding cannot communicate with other nodes.
with a durable object. Trying to have a simple websocket DO running. Looking into previous occurences of this error in this discord, I'm seeing mostly related to billing (people beeing on free tier), but I'm on the paid tier