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

Routing emails destination using the [email protected] email format

I am currently setting up a program to allow me to easily make new email routings and would like to have my destination emails use Gmails + tagging to help more easily discern which address the email was originally sent to. My issue is that Cloudflare is reading [email protected] as a different email from [email protected] and is trying to send a new verification email, which I can deal with, but I am not receiving that verification email and so I cannot verify it and so my email routing rule can not work until I find a way to resolve this issue. My first question would be if anyone knows if what I am trying to do is even possible using Cloudflares system?...

Custom Hostnames

Currently I have my hostname fallback set to fallback.domain.com and also a wizard on *.domain.com and Cloudflare is defaulting to the *.domain.com Am I doing something wrong?...

New domain, error adding, billing

Hello, I purchased a domain and tried to add it to my account, but I receive a message saying there are outstanding charges, even though my account is clear. It’s possible that this domain was previously on Cloudflare and generated charges, but how can I resolve this? I can't even select the free or paid plan....

Sitemap couldn't read problem

Google search console cant read sitemap I added custom rules also still here is some screenshot
No description

Cannot Enable AI Labyrinth

I was really excited to read about this, however, when I click on the buttons to enable it, the webpage hangs and eventually resets to the default state of "off" this happens in both the old and new dashboard mode, and with or without "block ai bots" active
https://discord.com/channels/595317990191398933/1351903440820764755/1352871951902969880...

CF HKG/NRT edge to client transfer will hang

Start from 22:00 yesterday(UTC+0), some requests from Hong Kong and Japan to Cloudflare edge will hang during transfer. But I haven't seen this issue on cloudflare status yet, so post here to see if anything I can doing with For more details:...
No description

DNS

Hi, can someone help me with setting up DNS on Cloudflare? I couldn't find the section where I need to set my own nameserver

nameservers

i need 3 name servers but cloudflare only have 2 nameservers

My loadbalancing was removed for no reason

I had loadbalancing enabled on 2 domains, and it randomly stopped working, went into the cloudflare and all my load balancing is just deleted. Please help

Cloudflare R2: Getting Intermittent 500, 502 and 503 Errors While Uploading via a Presigned URL

The application Im building was uploading fine just a few hours ago. But now its getting alternating 500, 502 and 503 errors from CF R2 without changing any code on this side. When I try to upload to the same bucket manually via my browser in the Cloudflare website interface, I get a "File could not be uploaded. Please try again" error. Can anyone give any pointers?

where to find this page?

I am following docs of a certain software that i am tunneling using cloudflare tunnel, they recommend addinga rule for a certain path in zero trust but i cannot seem to find this page
No description

Can't connect to domain

I try to connect my website workers page to custom domain it's not connecting when I visit showing error

minecraft server DNS not working?

i set up a dns on my domain like "mc.example.net" and have it routed to my router's public ip, i have port forwarding set up and if i connect to the public ip directly it works, but when i try use the dns subdomain to connect to the server, it doesnt work. (does the proxy change the port the traffic is sent on or something? im lost)

I need help idk why this keeps happening to me

this only happends on one website pls help
No description

How do I create another account ?

I have a cloudflare account and want to create another. I read something about Tenants but I cant find this option in my cloudflare dashboard. Is there anyway to manage multiple accounts from one dashboard?

Intermittent - some network users cannot access the website behind Cloudflare

For the past couple of months, we have intermittent issues with our website availability. Our users, but only those using some IT/network providers, cannot access the website and they see Host error (Cloudflare screen). Today at 11:07 CET, we noticed that users using A1 network could access the website, but those using T-com could not access the website. This happens for quite some time. Our hosting provider told us to reach out to you because neither them or us see no errors in our error logs.

Error In billing

I am facing this error "Could not add Workers for Platforms to your account: execStripeBulkCreateSubscription failed: failed to update user subscription: failed to load account from db: You cannot add or modify subscriptions or services until the outstanding balance is paid. You should be able to do so in your Billing page." even though I see no bills are pending in my account, all bills are paid how do we solve this ?

Unable to access by R2 Buckets, it shows "Your subscription to R2 was previously removed."

Unable to access by R2 Buckets, it shows "Your subscription to R2 was previously removed. In order to access your buckets, please add the R2 subscription back to your account. To check your account's billing status, visit Billing." and it shows "Add R2 subscription to your accout" but when clicked on the account nothing happens they page jsut refreshes. Created a ticket as well with the support desk but no luck, if there are solution to this?

R2 operations A & B

Hi guys, I just signed up, created a bucket and uplaoded 2 images manually. After sometimes, I see there is: Operation A: 60 Operation B: 90...

Encrypt/decrypt user's content using information from Cloudflare Access JTW as key

I have implemented JWT validation on a Cloudflare Access app, so users can log in by going through the CF Access layer. Now I am thinking of a way to encrypt user's content (saved in a database table) using information from the JWT, so that only the user and no one else (including DBAs) can view the content. Is it possible to rely on the JWT to do that? What would be your advice? Thank you....