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

Gitlab Automatic deployment not working since last 2 weeks

Have setup everything in cloudflare project settings?? Any idea what is the issue ? No error is visible in the dashboard. My Gitlab account is also attached to the cloudflare account....

fatal: No names found, cannot describe anything when using git describe in Cloudflare Pages build

I'm deploying a small app to Cloudflare pages but have run into a problem with my deployment process. I have a build script which uses git to build a changelog. This works great locally, but because Cloudflares build is using a shallow clone of the repo I'm unable to build the changelog. It will fail with the following error: fatal: No names found, cannot describe anything. I've also tried fetching unshallow, but still wasn't able to get the command working....

MKDocs failing to deploy

I'm sure it's obvious to someone else, but that someone else is not me

Need help with r2 in pages

I am trying to follow https://developers.cloudflare.com/pages/tutorials/use-r2-as-static-asset-storage-for-pages/ and it doesn't seem to be working. I would expect such an asset to show up here: https://c4f64a53.sqm-website.pages.dev/tutorials/rig/v4/BPS_Rig_v4.zip However I am getting this error in my build log. ```2025-08-06T23:34:44.154089Z Cloning repository... 2025-08-06T23:34:47.709651Z From https://github.com/Squared-Media/website...

Can't build pages and I'm not sure the way I tried to message cf is right

My account Id:a564f93fd9f3da8e723534ca577aee0f The error: Your Cloudflare account has been blocked. Contact abusereply@cloudflare.com. I can visit my pages old deployment. But when I try to build again, nothing happend. I try to delete on pages, then recreate a new pages, and find this error. I tried to email to that address, and get an automated message and I've reply to it and haven't got reply so far. Does what I have done right and just wait for reply?...

Upgraded to paid, site still down?

Hi, Woke up to a notification saying we’d used 600,000/100,000 free requests this morning (obviously bots/attack traffic) but as paid is cheap easiest and quickest way was to just upgrade it’s only $5 Upgraded but the site is still showing an out of limits error....

Making well-known files visible

Hello, so I'm trying to make well-known files visible for users so I can redirect them from the website to a mobile app, however, it's refusing to upload the files in the public/.well-known folder. https://mybreakpoint.app/.well-known/apple-app-site-association is the closest I've been with it giving me the index.html file. Can I get some help here?...

Ios/Safari, Problems loading page, invalid character

I'm getting a few users telling me they are having trouble loading my website on ios: https://genshin-music.specy.app/ saying they get error [Error] Unhandled promise rejection: SyntaxError: Invalid character '\ufffd' I saw this incident here: https://www.cloudflarestatus.com/incidents/psbtf5g99qjcge which seems related, in which case it seems like i'm still affected by it...

Cloudflare pages.dev domain unreachable

There seems to be some kind of DNS issue with the Cloudflare pages.dev domain. No Cloudflare Pages projects are loading under their pages.dev domain across all accounts. We can see Cloudflare Pages is currently experiencing degraded performance, but it seems unrelated to this....

Issue with HTML Document loading

i've hosted our app on CF Pages: https://app.chatzy.ai/, while the page opens for most of the users, for few users, it just stucks, in the network request the HTML document shows pending and doesn't load indefinitely, initially, i thought this could be a network issue, but the other websites and network running perfectly fine

I want to block my pages project for one certain subaccount

I want to block my pages project for one certain subaccount, but it seems that I can only set domains. I don’t know how to do it

The website encoding is broken on Safari

Hey, folks! There is seems to be an encoding issue that's only related to Safari, the "homepage" doens't load with the proper encoding, https://serce.me/. At the same time, the website loads fine from Chrome. It's a nextjs app, https://github.com/SerCeMan/SerCeMan.github.io, that's deployed to Cloudflare Pages.

Pages count soft limit increase request

I am currently working with a startup where we started using Pages to host custom static landing pages. We are hit by the Pages limit. I have submitted the Google form but havent heard anything back. My account ID is . Can someone help with the process to get the limit increased please?

New to cloud fare

Hello everyone I’m new to cloudflare recently I have bought a domain from cloudflare now I am not able to understand what to do next I have a nodejs express with socket connection app want to upload it to cloudflare with static serving of react app through express static serving not able to understand what to do next.

Extra page of blank space at top of site

I cannot seem to find the source of the formatting error that is adding all this blank space to my website. I want the main content to take up 70% of the page in the middle but it stretches to the sides and adds a whole page worth of blank scrolling at the top. I have very little html experience.

Cant put a custom domain

i tried to put a custom domain "*.pages.dev" and every single time i get this error and i tried to even put different names and domains and didnt work. domain right now: my-bm6.pages.dev deployment id: 050802bb.my-bm6.pages.dev account id: 866635c34179d56106f4c83a241e255c...

Programmatically deploy to Cloudflare Pages using API

Hello, I am trying to use the api to deploy some static files(without git project, I want direct upload). Wrangler works fine however I need to do it using the api. At first I tried using the curl request the docs propose to create a project: ``` curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/pages/projects \ -H 'Content-Type: application/json' ...