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

Workers: Remote bindings public beta "Crash and Burn"

spent 8 hours and many tokens of claude code opus to get this to work but it does not work with nuxt (nitro) cannot bind the queues remote to get the flow working 😦 does anyone has a solution for this ? my soul is in pain
No description

I moved my domain to Clodflare but it shows error

Hello! šŸ‘‹šŸ» Yesterday I bought a domain from local company and changed the DNS records to cloudlfare DNS records, To connect it to my Cloudways server But when I type my domain name on google it shows ā€œDNS_PROBE_FINISHED_NXDOMAINā€...

500 Error on page load

For the last two days our website is down and throws 500 error on pageload. It's an Remix application connected to contentful and we did not change anything in the repository or the cms. No new deployment triggered from our side.

do i need cf workers? can't i just use TCP tunnel for my home postgresql?

i have a tunnel connector with one of my pc at home that runs postgresql and a domain name. Is this something regard the DNS/proxy option? its not working. https://developers.cloudflare.com/workers/tutorials/postgres/...

(Amateur)wrap just broke my pc

Win11, i was just trying to connect to an online game with a stable internet experience. What i did: I inatalled wrap with the exe And basically followed chatgpt in powershell:...

Blocked out of every site by cloudflare

cant accses any site because of this garbage service

Tiered Cache and Range Requests

Hi, when Tiered Cache Topology is enabled, segmented audio files (like .flac) only partially load. The first range request works (bytes=0-), but the following ones just hang and never load. Disabling Tiered Cache fixes the issue. Is this a known issue with Tiered Cache and Range requests?...

Gmail is rate limiting Cloudflare

upstream (gmail-smtp-in.l.google.com.) temporary error: Unknown error: transient error (421): 4.7.28 Gmail has detected an unusual rate of unsolicited mail. To protect 4.7.28 our users from spam, mail has been temporarily rate limited. For 4.7.28 more information, go to 4.7.28 https://support.google.com/mail/?p=UnsolicitedRateLimitError to 4.7.28 review our Bulk Email Senders Guidelines.

2FA lockout

i can't even make a support case because i'm being told my email isn't associated with any account, yet my former cases used the same email... furthermore the payment method used on that account is no longer active. i need support.

What is the rate limit timeout?

I habe made a discord bot 5hat had a reconnect loop (now fixed) . When i try deploy the bot now with render.com as a background worker, I get an error saying discord has blocked me via cloudfare and 429 errors. How long do I need to wait til I cqn deploy this, now fixed code

DNS error

I have a website up on cloudflare and I am using cloudflared tunnel from my server to connect the wordpress webserver to cloudflare. It worked fine until yesterday but I got an error yesterday when I tried opening the website. It said "This site can’t be reached, Check if there is a typo in website name [DNS_PROBE_FINISHED_NXDOMAIN]". I contacted my domain provider but they told me to contact Cloudflare. Can anyone please help. Thank you....

HTTP 404 always returned with load balancer in front of cloudflared tunnel hostname

I'm attempting to move our API servers over to cloudflared tunnels, and so I've got an origin server with cloudflared running on it, and a public hostname that points towards the API server process on port 8080. I've also got an edge certificate made for this public hostname and it is deployed. (api1.lax2.domain.com) When I go to the public hostname URL, I can make API requests fine as expected. The challenge comes when I put a CF load balancer in front of the public hostname. I've got health checks at /health/ready, and when I enable the pool, I see HTTP requests making it to the API server process. However, when I actually attempt to interact with my api (api.domain.com), I'm always getting an HTTP 404. Doing a tcpdump on the lo interface for HTTP traffic shows the /health/ready HTTP requests being done, however I don't see any of my requests that I make towards api.domain.com. It seems cloudflare is arbitrarily returning a 404 status from their end?...

Re-enable R2

Hi! The billing failed for our account and I desperately try to re-enable R2 and Images but nothing happens when we click on adding R2 back again. We need access to the bucket with all the images. #general-help #r2 #images...

Redirect Snippet Not Working:

Its returning 301 response in test window but not in real browser:
No description

How to change ai workers in cloudflare llm app template

how do i change ai model in llm app template of cloudflare

Using Google auth as a login method issues

So I am hosting an application (A docker instance of n8n) on a laptop and I spin up a cloudflare tunnel whenever the container runs. That works fine. Then I set up a policy to only allow a certain gmail address to authenticate, and I went through and set up the google cloud client ID/ secret key for that account. That authenticates fine. I am having an issue where if I try a different google account to fail the authentication, I do not get redirected back to the log in page, I am unable to refresh the page to go to the log in page and even if I manage to make it back to the log in page as a redirect, whenever I click the button to log in to Google again the page just insta refreshes on the "failed login" page and does not allow me to attempt to authenticate again. Has anyone encountered this before?...

My account is messed up. Can't access live chat. Can't create queues

I have had workers paid subscription for years but I can't create queues. It tells me I need to sign up for a workers paid subscription. My support ticket has been open for 10+ days. So a few days ago I decided, I will upgrade to business to get some support on this.
I upgraded to business 3 days ago and I still can't access live chat. It says upgrade to business to access live chat, when I click the upgrade button it shows I already have business. I've had a ticket open for 3 days on this.
I've tested this on different browsers and different computers so it's not a browser cache issue....

Email

Every time I try to send myself an email it says I’m missing a email. What do I fix? Here is the screenshot
No description

Embedded CSS broken after CF proxy

I have simple HTML website with embedded CSS style tag. Locally it all works fine, but after deployment and proxied on CF, CSS styles are never applied to elements. How can I disable CF minification or prevent that from happening?