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 deploy dev branch on different custom domain?

I want to dev and prod branches on different custom domains. Application is static with no environment variables....

Repoint Gitlab repo to new repo on webhook configured pages site

Is it possible to repoint a cloudflare pages project to a different gitlab repo without destroying the pages site. I updated my terraform and pushed changes to my pages site but its wont stop pointing to old repo url. I had to move my repo and i want to ensure my pages site is pointing to the new location...

Build Error with Workers

Hi all, I have a worker that is connected to my repo. Building it on my computer or cloudflare, it gives the error ‘wranger init —from-dash’ is not yet supported for Workers with Assets. Thing is, it built perfectly fine, then I modified a file in my repo and the build started to break I am using the create cloudflare command with svelte to initialise the project at first Please let me know what kind of information you need and I will provide it...

Cloudflare Dashboard Deployment not working

using the Cloudflare Dashboard, trying to make a new deployment of a very simple site/Pages, trying to upload and it gets stuck in "upload is progressing" but it never progresses. I doubt there is a work around, I am just here reporting it. If there is a better place to report this, just let me know, thx.

How to make a deploy webhook for a new worker/page?

I can't find the UI to create a new webhook to trigger a deployment for my static worker. Does anyone know where it is? Seems the docs are for the old pages only: https://developers.cloudflare.com/pages/configuration/deploy-hooks/...

Tanstack start error during deployment

im getting a TypeError: Cannot read properties of undefined (reading 'compatibilityFlags') error when deploying to CF with start when i enable SPA mode with these settings: ```ts // vite.config.ts export default defineConfig({ plugins: [...

Security rules not working

We are seeing "error code: 1006" on all URLs which hit our Workers. Our security rules allow all traffic through so this should not be happening. We've reached out to support but have not heard back. Anyone seeing a similar issue?

Email private beta on my account?

How can we get access to the email private beta on my account? Looked through the threads and found the form and filled it out but would really like to DM someone here in the PM team.

Error while creating remote dev session: TypeError: fetch failed

Using Wrangler Version "4.47.0" While Running
npx wrangler dev --remote
npx wrangler dev --remote
or
npx wrangler dev
npx wrangler dev
...

Is Cloudflare ever planning on deprecating Pages?

1. I'm curious on whether or not Cloudflare is planning on deprecating pages? 2. And if so, would loading static assets count towards the request limit?...

Cache saving

My site has been deployed on cloudflare pages ( in workers & pages panel ) Then I have updated my site project many times and added some features But the site has saved an old cache and these updates never reached them because of the old cache, what is the solution? ( also I am not sure if this problem causing by the old cache but the site still loading the old files )...

Wrangler deploy overwrite current Workers Routes

If I have Worker routes configured via the API or Dashboard, will they be deleted when I deploy? My wrangler.toml has other route configured.

Node.js fs compatibility not working: fs.readFileSync not implemented

After following https://developers.cloudflare.com/workers/runtime-apis/nodejs/fs/ to setup my Workers project with Node.js fs API compatability, trying to use readFileSync in my application results in the following exception being thrown:
Error: [unenv] fs.readFileSync is not implemented yet!
Error: [unenv] fs.readFileSync is not implemented yet!
...

Max request body limit increase?

Hey! I currently run a site that provides file upload services. I'm interested in migrating to Cloudflare Workers and R2, but I'm hitting issues with the 100 MB Workers request limit. I understand that generally the best practice is to send a signed URL, but unfortunately I need to maintain backwards compatibility with the multitude of existing clients for my API — which expects a multipart upload. Most (>99%) requests are under the 100 MB limit, but the occasional one is multi-GB. Is there any possibility to increase my request size limit to 10 GB for those sporadic requests? I would love to see what Cloudflare has to offer here, and it sucks being blocked by something so trivial!...

Pages -> Worker Migration

```json { "$schema": "./node_modules/wrangler/config-schema.json", "compatibility_date": "2025-11-11", "assets": {...

My site is not uploading from github

21:15:56.376 Deploying your site to Cloudflare's global network... 21:15:58.571 Failed: an internal error occurred. If this continues, contact support: https://cfl.re/3WgEyrH 21:15:58.568 Error: Failed to publish assets. For support, join our Discord (https://discord.gg/cloudflaredev) or create a ticket and reference the deployment ID: 12b601b1-7789-4a08-a8d5-8cfbd0936170...

Worker exceeded CPU time limit.

im getting this error after sending 50-200 succesfull request im on free plan , i dont understand whats the issue? whats the limit is it 50 ms?...
No description

Cannot upgrade to Workers Paid

I want to purchase Workers Paid plan. I check in Subscription under Billing, it is not there. But when I clicked on Purchase button, it is said that I am in Workers Plan already. Can you help? Have sent support request but no response....

Queues Ordering issue

I have a whatsapp message ingestion service which have to be in order , bullmq was working great but thinking of migrating to queues as my entire stack is on cloudflare How can i ensure strict ordering in queue? Will this flow ensure strict ordering? ...