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

How to re-subscribe to Cloudflare Workers Paid

I was a paid plan user for two months before canceling my subscription. After a month, I decided to resubscribe but couldn't find the option. When I checked the plan section under worker or compute, it indicated that I was still on a paid plan, which is not the case. Additionally, I couldn't see the worker paid plan option under Manage Account -> Billing -> Subscription.

How to change password for accounts created with Google Sign-In?

Change password requires old-password, but no password is created when sign up with Google (actually need it to set tfa)

RDP and SMB access

Is that anyone have experience for RDP using cloudflared tunnel and also SMB I try to follow the video from YouTube but I fail to done the settings...

Cloudflare Images Browser Cache TTL

Hi, I was wondering if someone could help me with why my browser cache TTL has changed on Cloudflare Images. I used the API to change the TTL to one year, but it seems to have reverted to 2 days, which I noticed on Lighthouse. Why would this have changed itself? I have sent the API request again to change it to a year, so I will see if it changes back, but so far it hasn't....

error when starting the tunnel

2025-07-03T08:00:06Z ERR Initiating shutdown error="Couldn't resolve SRV record &{region1.v2.argotunnel.com. 7844 1 1}: lookup region1.v2.argotunnel.com. on 100.100.100.100:53: server misbehaving" 2025-07-03T08:00:06Z INF Metrics server stopped Couldn't resolve SRV record &{region1.v2.argotunnel.com. 7844 1 1}: lookup region1.v2.argotunnel.com. on 100.100.100.100:53: server misbehaving...

Managing multi-tenants DNS Subdomain with scoped security

The scenario we are faced with and the solution we are asking about. - we deploy apps in kubernetes that are expose via ingress - we want to use ingress-nginx to create the ingress, external-dns to create dns records for the app, and cert-manager to create ssl certs tls communication - this pattern involves using a token to be stored as a kuberenetes secret...

How to strip subpath from cloudflared tunnel end point?

Hello there, I wondered if any of you clever people knew how to do this? I couldn't find anything more about working with the end "Path" in the docs. Is there a command line switch for tunnelor something? Requests to my end point on its subpath, get forwarded to services on my server including the subpath ("ribbydibby"):
``` fastapi | INFO 172.18.0.3:40024 - "GET /ribbydibby HTTP/1.1" 404 fastapi | INFO 172.18.0.3:38406 - "GET /ribbydibby/ HTTP/1.1" 404...
No description

AI Audit vs Security Settings

There are now multiple places to block / manage AI bot traffic? Which is the correct path? AI Audit is new, you can toggle specific bots and I assume that edits a robots.txt for you? But security --> settings already has Block AI Bot scope: Block on all pages. ...

Sudden issue with DNS

Hi. Im using cloudflare tunnels in order to redirect my game service. Last night it was a little patchy however when i woke up this morning nothing connects. It has been working for the last month. On the host system everything is running and i can access the URL fine without any issues. On the Node it does not connect. Doing a quick dnschecker. The domain that is forwarded is not available in any locations....

Site inaccessible to Discord crawler

My site, https://www.cramandconquer.com/, is being silently blocked only from the Discord crawler (Discordbot/2.0), causing link previews to fail. After extensive troubleshooting, we have definitive proof that the issue lies within Cloudflare’s proxy. Here is the critical evidence: When Cloudflare is ACTIVE, the Discord Embed Debugger fails with an ā€œInternal errorā€. When I PAUSE Cloudflare, the Discord Embed Debugger works perfectly. We have already troubleshooted and ruled out all user-configur...
No description

Prerequisites and exclusions for auto renewal of secure certificates

I've scoured Cloudflare's docs and forum for setting up secure certificates for autorenewal where Cloudflare takes care of it all, but have not been successful in getting it set up correctly. It's not clear to me what are the prerequisites and exclusions to doing this. Our current SSL/TLS mode is "Full", but we could switch it to "Full (Strict)". We currently use Universal SSL, and we use CF for DNS. Additionally there is a secure certificate from Sectigo installed on this server. 1. Is a Cloudflare origin CA certificate required (https://developers.cloudflare.com/ssl/origin-configuration/origin-ca/) ? If not, does the web server itself require any TLS configuration? There is no proxy server between the web server and CF....

Looking for Guidance on Worker Permissions & Account Structure

Hey all – we’re expanding our use of Cloudflare Workers and running into some issues around permissions granularity. Specifically: we want to allow our developers to deploy Workers and manage routes on our staging zone (staging.example.com) without giving them access to our production zone (www.example.com). Both zones live under the same Cloudflare Account, and as far as we can tell, permissioning is all-or-nothing across zones – meaning we can’t give access to one without the other. We’re looking to understand:...

Paid for Pro Upgrade but Not Reflecting in Account

I've upgraded my domain to Pro but it has been about 24h now and it is still not reflecting in my account. What should I do?
No description

R2 too slow download

I use R2 but have problem when undersea fiber optic cable or network operator has problem connection is very slow, while speed test is still fast. How to improve speed, please help me.

Captcha does not appear

Hello! I literally have no clue where else to go but cloudflare captcha does not appear at all on any site that I go to. I have tried a vpn, i have tried to clear my cookies I have no clue what else to do, i can provide ss if that can help. So if anyone knows anything that can help please let me know. P.S. I have no clue what tag to put this for so I am sorry if this isnt correct 😭...

Bulk DNS changes for multiple DNS?

Hi! I have a situation that requires me to set up multiuple redirects for several domains I own. Its quite exhaustive to go to each domain and add the records I need. Is there a feature to change DNS settings en-mas for domains?

Consistent errors

I am getting the following consistently on two different projects - help! I'm sorry, I couldn't complete that request. Request failed with error: Transport(reqwest::Error { kind: Decode, source: hyper::Error(Body, Error { kind: Reset(StreamId(237), INTERNAL_ERROR, Remote) }) })...

Cloudflare NS not being recognized as authoritative

When I try to change name servers from dns12.ovh.net, ns12.ovh.net to jonah.ns.cloudflare.com, shaz.ns.cloudflare.com I encounter the following error: ā€œUnable to update DNS for the following reason: The set of NS records ([]) present in the domain zone ā€coralmc.co.ukā€œ on the server jonah.ns.cloudflare.com does not contain the NS record for jonah.ns.cloudflare.com)ā€. Things that i've tried to do:...
No description

Ipv6 support

why some devices using IPv6 timeout or very slow when calling API or connecting websocket? please give me solution.

Handling Login Attacks

Hello everyone, looking for some help related to identifying attacks to certain pages esp. login pages I already setup verified bots, page limits etc which gets revoked. However certain attacks are targeted and the attack originates from multi cloud and the attacker program swaps to new ip when existing one gets blocked. How can I identify the attacks? Currently we are using JA3 and JA4 fingerprint to spot but thats very manual and tedious process . How can I make use of openly available JA4 database to spot the outliers easily? Or infact any other way?...