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

Create Origin Cert via API -- do I need a CSR? Seems like I shouldn't.

I've tried both using an API key and with an Origin CA service key... But in both instances, it is coming back saying CSR parsed as empty, despite it being an optional field? Is there not a way to do this without generating a CSR manually in my script? https://developers.cloudflare.com/api/resources/origin_ca_certificates/...

I am having problems setting up VibeSDK

When I try to set it up everything works until i visit my deplyoed application and try to log in where it shows request failed and these are the dev tools logs. Can anyone help?
No description

Issue with cloning a repo for a Worker

So our setup consists of a repo that is a rust project in the root of the repository, but we have a folder called "web" that we want Cloudflare to look into and start building from. However we only get this in the logs which doesn't help much: 20:55:38.633 Initializing build environment... 20:56:02.652 Success: Finished initializing build environment 20:56:02.914 Cloning repository......
No description

Network between Cloudflare and AWS got flapping

Hi, Anyone had experienced network loss between Cloudflare and AWS? How you guy solve this problem? This problem occur when Cloudflare (Singapore) try to send request to AWS (Singapore) and network got flipping and then my requests got loss in internet. Even I use Cloudflare Enterprise and AWS Enterprise plan, no one can help on this. Any best solution to avoid this? (not talk in retryable request of client and server)...

VibeSDK: Can this be run outside of Cloudflare?

Is it possible to run VibeSDK locally, on say Docker, with Ollama?

1.1.1.1 warp needs research

Geedge & MESA Leak: Analyzing the Great Firewall’s Largest Document Leak The Great Firewall of China (GFW) experienced the largest leak of internal documents in its history on Thursday September 11, 2025. Over 500 GB of source code, work logs, and internal communication https://github.com/net4people/bbs/issues/519 https://gfw.report/blog/geedge_and_mesa_leak/en/...

Problem with transferring domain to Cloudflare, Stuck and unable to restart transfer

I've attempted to transfer a few .ca domain names from godaddy to cloudflare but it seems that godaddy changed their policy on how domains have to be transfered. after entering in the transfer codes, you have to go in and manually approve the transfer. this only lasts for 24hours. I did not notice that I had to go in and manually approve it on godaddy's dashboard. so they rejected the transfer. Now I am unable to restart the transfer from godaddy as they have told me I have to do, and i am unable to remove the domains from my cloudflare account. ...

Problems with deleting your account

Hi everyone, I don't know what happened, but yesterday I moved my domain to another Cloudflare account. After doing so, I wanted to delete my old account, but when I go to the page to delete the account and the countdown ends, it doesn't disconnect me but stays there. I tried looking at the network calls and saw that the delete call returned an error. I'm attaching a screenshot. I tried to open a ticket, but I didn't receive the confirmation email, and when I try to view the ticket, it doesn't l...
No description

How can I pause/disable a deployment?

I've got automatic deployments setup for my repo (with just one branch). How can I either pause the site or just temporarily take it down without having to delete or change anything major? Thanks in advance, I'm new to all this.

Is Cloudflare compatible with TCP Sequence Number Randomization?

I'm having 522 timeout issues when "proxied" is enabled. Could this be related to active "TCP Sequence Number Randomization" at my firewall?...

Public Key Missing in Short-lived certificates

I'm trying to set up Short-lived certificates for my Zero Trust tunnel. I did some tests a couple weeks ago and it was fine. Since then I've added some members to my group. Now if I go to the Zero Trust Home - Access - Service auth - SSH section and generate a certificate for my application or look at a previous application I get a row as expected. However when I click on it there is no Public Key displayed. Either I've messed up security, the application or there's something wrong on the back end. Any help would be appreciated....
No description

Email Routing Dropping Message Content

I have followed the example code for sending an email from a Worker (https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/). The email is sending, however the email message and attachments seem to be dropped by the Email Routing service. I've inspected the result of msg.asRaw() and everything appears to be correct at that point. Are there any additional troubleshooting steps I can take?

Random 522 timeout using Cloudflare (works fine with AWS CloudFront)

I'm working at a web service and since a few months ago we started with a new environment, self hosted, with Cloudflare as DNS and CDN. But I'm receiving random 522 timeout errors. My architecture is: User <> Cloudflare <> ISP <> Firewall <> nginx <> OriginServer...
No description

issue with leading slash and the wildcard

Your paths are missing the leading slash and the wildcard, so they don’t match and the “contact” route wins. Need Help im new to cloudflare and api handling im happy to pay money for help...

Email Routing to xmhahamail.com and menghamail.com

Hello, in last 2 days we noticed mails towards the 2 mentioned domains not delivering due to the following smtp response: 421 4.3.0 Upstream error, please check https://developers.cloudflare.com/email-routing/postmaster for possible reasons why. VVNhHjZl0OJU Could you kindly check what could be the issue?...

Regenerate past invoices

Hello. Is it possible to regenerate past invoices with updated billing details?...

Cloudflare blocking Klaviyo user agent - Help with IP Rules

Cloudflare is blocking the Klaviyo user agent for some reason, and we can't update and sync our product catalogue. This is the log from Klaviyo: Our Engineering team has provided the following information, which includes Cloudflare's Ray ID: /1.0"...

Set permissions to give user access to worker/pages logs for specific projects

I'd like to provide some users more insight to specific worker/pages projects when they fail (or even succeed), but I don't want to give them global admin access. Is this possible? More details are ok, but I specifically think these two would be helpful * The build log (if fail) * The deployed url (if success) ...

WebSocket random 1006 disconnects

Hey! We’re using cf proxy and our clients are seeing random and often 1006 errors. We don’t use durable objects. I see this topic is very often, but never finishes with resolution, at least not publicly. How do I proceed? Thanks