Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

It’s out of date, everyone has access to

It’s out of date, everyone has access to them

wrangler dev not exposing port on local network

Hey! With 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

What is the best way to throttle api to another rest api endpoint in a worker? The rest end point has a 60 requests/sec hard stop

will there ever be a new version of the

will there ever be a new version of the cloudflare apps? I really though it was a powerfull concept!

I shouldn't have enabled it anyways,

I shouldn't have enabled it anyways, Smart placement is not good for our Worker because it is too monolithic. will need to split it up or do path-based placements

Hi, could anyone explain me in simple

Hi, could anyone explain me in simple terms (I would have put ELIF), why I am getting this error in one worker:
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

I work with the Enterprise support team and will keep myself on the ticket to make sure it's correctly handled

CPU / Memory Leak Workers + Maybe Async Local Storage?

This clearly looks like a (memory) leak somewhere right? Or what could this indicate? We've weird, sudden CPU / memory spikes that always kind of build up like this and no idea how to debug this. Switched to unbound from bundled just to keep our API awake, would be great if the tail workers could tell us how much CPU a request consumed
No description

OK got this working Documentation and

OK - got this working. Documentation and even the Cloudflare AI Assistant are certainly not adequate for this.

Subrequest limit

A recent blog post says the pricing for Worker. However, one of the differences between Bundled/Unbundled is the limit on the number of subrequests, and I'm wondering what the limit is after

soketi

Can someone help me understand costs associated with using workers for websockets? I'm specifically using https://soketi.app/ that uses unbounded workers and durable objects in my cloudflare account. Tho, for the life of me I cannot figure out how to calculate pricing around usage 😅 ...

Password Hashing

How about we move to a thread?

Does wrangler3 support breakpoint

Does wrangler3 support breakpoint debugging yet?

Eliminating cold starts with Cloudflare ...

I just read this article https://blog.cloudflare.com/eliminating-cold-starts-with-cloudflare-workers/ Can I get some clarification? If I have a worker that will match on this for example 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?...

dave how are you

@dave | ai.moda how are you

I have a question regarding workers

I have a question regarding workers' egress fee

Heya I m getting `Durable Object

Heya, I'm getting 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

Cyb3r Jak3

@Cyb3r-Jok3 ?

Proxying console logs

Has anyone experimented with proxying the global console to e.g. capture the console logs?