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

What is the code size limit for deploying a Next.js project using "Pages"?

I deployed a Next.js project using "Pages", and the build was successful. However, I'm getting a 500 error when I try to access the site. I'm not sure if this is related to the size of my codebase.

You are not authorized to make changes to it.com

I just bought domain on namcheap I added custom namservers on namecheap, the domain propagated succesfully, and I still get this that I'm not authorized to make changes when I try to connect my domain to GHL. Can someone please help me?
No description

Workers creation for static site via API

Hi I'm trying to create a worker via the API and connecting a GitHub repository to automatically deploy like I can do via the UI. I don't see how it's possible though, there is no source in the request body like there is in pages creation. Is this possible right now or not yet? Thanks

CloudFlare account was hacked, email address changed and over $500 billed to our card

Our cloudflare account was hacked and the email was changed, and over $500 was billed on our card, support tells me there is nothing they can do, and i should create a new account, what about the $500 billed on our card, I have been waiting a whole day to get responses from cloudflare, ive attached the conversation transcript as well the API key is still active on the account and i quickly wrote an export script for our zones, here is one of the zone ids if that helps 407bba0fb0a1aacc5d668cfe41b0e1bf ...

Modify Captions Live Stream

Hello everyone. I have hardly found no answer on my question on the Internet. So I will be very pleased if someone can give the answer. For example, I have EN captions attached to a video. I want to update captions because I have found a mistake in some word. I start uploading new captions file at EN language that will replace previous one. But in the same time I update captions someone is watching this video with EN subtitles. So while I replace captions the video stream stops for this watcher. Why this happens ? Thanks for your help....

Best practice for multi-env setup

Is it possible to run a multi-env setup on the same account? Let's say, I want to run production and staging. I'm using Terraform to manage the infrastructure. I don't want to divide to multiple accounts as I want to keep the DNS management in the same account and it would just add more complexity for the new account. But if it's not the recommended path, I would go with multi-account setup....

Cloudflare Registrar just doxxed me via WHOIS on .ai TLD

I recently registered a domain with the .ai TLD through Cloudflare. Despite their claim that "WHOIS information is redacted by default for your privacy," my personal contact information was publicly exposed via WHOIS shortly after registration. Even Cloudflare's own RDAP lookup tool (https://rdap.cloudflareregistrar.com/ui/index.html) reports that the data is redacted. However, multiple third-party WHOIS servers returned my unredacted information, and it has since been scraped and stored by historical WHOIS trackers. I’ve saved evidence of the exposure, but there appears to be no way to retroactively remove this data from those sources. I'm currently on Cloudflare's free plan—do I really need to upgrade to a paid plan just to get this escalated or acknowledged by their support team?...

What are Access applications dependent on from clients systems?

Hey all, Wasn’t really able to find this in the docs but I’m curious to understand what exactly is the Access application dependent on when I configure an application on it and try to connect? From my understanding Access application is mainly for http/https traffic but is this because of a type of request it relies on or a specific packet?...

Cloudflare insights script not being properly given nonce

Hello! I am extremely new to cloudflare but I am trying to deal with a small error that I am getting. I apologize if I am misunderstanding or not explaining properly. I have a script that seems to be from the Cloudflare Insights Beacon/web analytics. It seems to have a Nonce field that is empty even though I have a CSP that should properly append the value of the nonce to the script. How exactly does Cloudflare try to append the nonce to the script? Am I missing something?
No description

Cloudflare Agent state doesn't persist

I have created a Chat agent, I maintain the id for the chat state and when I try to access this agent's state, I get empty state and the agent gets re-initialized.

Cloudflare DNS for my Hosting

Hello there, i would like to know, how is possible to use Cloudflare DNS with my own Nameservers. like to use ns1.blabla.com ns2.blabla.com to my customer domains and manage the DNS Zones directly from clkoudflare account. What i need to do? The domain is currently on another registrar. Can anyone help me step by step? ...

I want to maximize HIT rate and reduce load on origin with Tiered cache

Hi, there I want my subdomain like abc.example.com to cache with highest HIT rate. Currently I use smart Tiered cache without Regional Tiered Cache. Should I consider to enable Regional Tiered Cache it's? My client came from multiple region and my goal to reduce load on origin is first priority over latency. Any concern should I aware before I go with smart tiered + Regional Tiered Cache? If this no any concern point, why this is not auto enable? (I'm on enterprise plan)...
No description

Has anyone successfully inserted vectorize using Python?

Error code: 400 - {'result': None, 'success': False, 'errors': [{'code': 1005, 'message': 'vectorize.unknown_content_type'}], 'messages': []}

recover changed email address

hey, our cloudflare account was stolen this morning and i think they changed the email address on the account The account was under alerts@mailblaze.com...

Queue with Batching

I am new and already read cloudflare Queue, Workflow, Agent, Worker, Durable Object Docs. I just want to know can we hold a incoming messages (request) by specific key ? I found queue have max_batch_size and max_batch_timeout options for consumer to received. ...

Deleted API Token still works?!

I deleted a User API Key but it is still working. Surely this isn't expected?...

cloudflare will block request from client?

I deployed a nextjs app on cloudflare, these are a server component and a api endpoint. And the server component will request the api endpoint with
fetch(${getBaseUrl(req as NextRequest)}/api/search, {
method: "POST",
}).then(r=>r.json())
fetch(${getBaseUrl(req as NextRequest)}/api/search, {
method: "POST",
}).then(r=>r.json())
...

Error when using aws sync to R2

I use this command to sync my folder to R2. It used to work, but it now fails with x-amz-checksum-crc64nvme not implemented — How do I solve this? ``` aws s3 sync ...

Unable to forward email to specific email address in email worker

Hi, I'm getting "could not obtain a forward upstream: Failed to connect to egress transport: no usable transport" when I forward a email to a sendgrid inbound parsing domain within the email worker. The issue happens intermittently, no constant way of producing it. Is there anyway to see the raw log od sending out that email? Is any way experiencing the same issue? #email-routing

Need Help Deploying Warp Tunnel on K3s Master Node Using Helm

Hey everyone! I'm currently trying to deploy a Warp tunnel on a k3s master node using Helm, but I'm running into some major issues and could really use some help figuring it out. What I’ve Done So Far: - Deployed the Helm chart with the correct Tunnel ID and token, with warp.enabled set to true. - Created an explicit Warp tunnel....