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

Looking for a service to accelerate self-hosted media streaming

I've gathered that Tunnel is not supposed to be used for video streaming. Does Cloudflare have any products designed for such a use case: 1. I host the application, TLS, and content 2. I own the domain via a different registrar 3. Proxy through cloud for route optimization 4. High bandwidth allowed (usually less than 20 mbps, could be as high as 1 gbps)...

Site appears as non-certified (Does not support HTTPS) on Mobile only.

The certificate is issued and handled by Cloudflare. Not sure how to troubleshoot.

Can't give Cloudflare money....

I'm unable to add any payment method. Paypal looks like it succeeds, but disappears on refresh. Creditcard form submits, then looks added for a few seconds and then says 'captcha failed' (even though it didn't fail). Have tried to put in a support request but asking here if others have come across this before.

Warp port issue

Hi I recently updated to the new cloudflare warp beta on pc and noticed that they added a fallback on port 443 , which finally let me connect to a vpn bypassing my campus WiFi ( not doing any bad activities just using the vpn so I can finally make zoom and discord calls since they block voip). The issue is that feature as of what I seen is enabled only on beta, is there somehow I can do the same with 1.1.1.1 app on iOS?

Hostnames bad gateway

Created tunnel and running it on server. when I configure public hostname, the only way I can get it to work is using current local IP. But that is a dynamic IP. When I try to use localhost it no longer works. What am I suppose to do so when the IP changes the whole tunnel doesn't break?...

308 Redirect loop when using CF Proxy on recently parked domain.

For a while I had my domain parked with a page rule that did a 308 to a different site and had a CNAME. Now I'm wanting to use this domain, I've converted the CNAME to an A record and deleted the redirect rule. When the proxy is ON I am stuck in a redirect rule, when the proxy is off the site behaves as expected. Any suggestions on where I should look to fix this? Thank you!

Worker routing issue

Hi I'm having an issue with adding a worker route to my worker. I add the route ai.filyys.dev/*, I added this code into my wrangler config, yet when I try to go to ai.filyys.dev I get a DNS_PROBE_FINISHED_NXDOMAIN? ```jsonc "routes": [ { "pattern": "ai.filyys.dev/*",...
Solution:
Routes don't add dns records. You could switch to Custom Domains which do add dns records https://developers.cloudflare.com/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-your-wrangler-configuration-file, or add AAAA ai.filyys.dev 100:: Proxied as a record. 100:: is IPv6 Discard, the idea being it'll match your route or go nowhere.

Cloudflare images: Is it possible to serve multiple Private images using the same signed URL token?

Hello, With respect to Cloudflare images, when serving private images I am wondering if it is possible to use the same signed URL token for multiple private images; rather than generating a new token for each image? Example: User A has 10 private images. Currently, to my knowledge I need to generate a signed URL token for each image. I am wondering if it possible to generate 1 URL token for all n of the users private images?...

Urgent: Site not resolving

On the cloudstatus page it says Toronto is operational for the recent maintenance that is happening. However the site still does not work. When I use online checker tool it shows many areas where it can't resolve still....

Cloudflare tunnel for home lab mailserver

Hi! I am trying to understand how to setup a mailserver docker in my homelab using cloudflare tunnel to a reverse proxy (or I could bypass the reverse proxy if unavoidable). This is to avoid restrictions on port 25 that many ISP or VPS hosts put in place. Anyone can redirect me to a solution or to the correct docs? Thanks!

need help shopify Domain is banned on Cloudflare.

my dns is outside cloudflare, but got this issue in shopify, that say Please contact Cloudflare support. domain lgsgeneration.com and indahsubursejati.com...
No description

Unable to reset password cloudflare no email received

what happen to my account i cant login but when I try to reset no email receive please help thank you

pls help

The domain is not reachable on Port 443 from within this container. Have you opened port 443/tcp in your router/firewall? If yes is the problem most likely that the router or firewall forbids local access to your domain. You can work around that by setting up a local DNS-server. im tryna setup nextcloud and i get this error

Difficulty with Workers, DKIM, and Google Email

So, I'm trying to setup password reset emails from my website and having a bit of difficulty getting my DNS settings correct. Can anyone help me with this please?

Error code 2007 Invalid Input: must be a a subdomains of example.com when enabling Email Routing

Doing this through Terraform CDKTF. I don't know why these two Resources are tied to subdomain only. but can't enable the email routing DNS for the root domain Email Routing DNS: https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/email_routing_dns ...

How to set up a tunnel between the server and cloudflare

Hi, I'm trying to set up a tunnel, but the status is always DOWN what should I do((((
No description

How to connect to TCP service on mobile?

Hello! I am using Cloudflare Zero Trust service to tunnel a few TCP services out. I can access then fine on my computer but I wanna access then on my phone. I don't know how to do it. Could someone help me out and tell me what apps to install or how to access these services on mobile? Both iSO and Android. Thank you! - Chief AC...

cloudflared tunnel between 2 domains

not a domain with a subdomain ** Basically, my question is, is it possible to have a single cloudflared tunnel point to 2 different domains?...

R2 with WordPress only GLB files are not showing!

Hi, We transferred all files correctly but GLB (3D files) won't be visible after that. The thing is I used subdomain (media...) and the URL of glb files in page source code are correct and when I click them it download the file correctly. But not showing! Do I need to do anything special for extensions like this? Example page: https://pumpy.ir/product/%d8%b3%d8%aa-%da%a9%d9%86%d8%aa%d8%b1%d9%84-%d9%be%d9%85%d9%be-%d8%a2%d8%a8-%d9%87%d8%a7%da%86%d8%a7%d8%b3%d9%88-%d9%88%db%8c%da%a9%d8%aa%d9%88%d8%b1%db%8c-%d9%85%d8%af%d9%84-vpc-818a/ Thanks...

How to deploy Next.js with fully dynamic routes?

Hi, we have Next.js project that contains SSG pages, and also fully dynamic routes. Dynamic routes cauing the confusion here. Can Claudflare run SSR functions, and generate fully dynamic pages on fly ?...
Next