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

Deployment to pages not showing in subdomain but visible on pages.deve

I am deploying to pages but after succesfull deployment, changes not visible to submdomain but it is visible to pages.dev and the unique url also has those changes.

Pages Deploys get stuck indefinitely as "queued"

Pages deploys get stuck as "Queued".
Also, on Functions, I'm getting the error when I try to look at the stream: the requested Worker version could not be found, please check the ID being passed and try again. (I've tried deleting deployments, but that didn't help.)...

Custom URL for preview deployments

Hey! Is there a way to use my custom domain instead of .pages.dev for preview URL? I'm using Clerk for auth and when I test my production preview via CF Pages (with a *.pages.dev URL), Clerk fails to load because it's not on my custom domain. I want *.pages.dev to be *.preview.mydomain.com...

Allow access to custom domain

Hey! I want to restrict access to my *.pages.dev domain which works following this guide: https://developers.cloudflare.com/pages/platform/known-issues/#enabling-access-on-your-pagesdev-domain However in the final step it says:
If you have a custom domain and protected your *.pages.dev domain behind Access, you must:...

Env vars on dashboard and wrangler

Hi, I have a pages project that uses the dashboard to manage environment variables. after doing a test that uses a wrangler.toml and deploy it manually, now i can't create a new env (non-encrypted) on the dashboard with this banner display and all my previous env on the dashboard were removed
Environment variables for this project are being managed through wrangler.toml. Only Secrets (encrypted variables) can be managed via the Dashboard. Learn more
Environment variables for this project are being managed through wrangler.toml. Only Secrets (encrypted variables) can be managed via the Dashboard. Learn more
...

How do Astro Server Islands get billed?

It's not clear to me if Astro Server Islands requests are billed as Workers requests (limited / paid) or as Pages requests (unlimited / free). There are no resources on this that I could find. Advice would be appreciated!

Issue with _redirects

Hi. I have an issue with my _redirects file. I would like to proxy on the path "/" to redirect to "/waitlist_landing_page.html." However, when I go to "/", although it does render the HTML file, it also immediately rewrites the path to "/waitlist_landing_page" for some reason. How do I make it such that the path doesn't rewrite and remains as "/" while simultaneously rendering the HTML file. This is what my code looks like:

Fetch failed

Working on deploying a nuxt app for a few days now. This is my command: npx wrangler pages deploy dist/ --project-name soniarates --skip-caching With the following results:...

How to modify Git repository

Is it possible to modify the associated Git repository without deleting it below?

Successful deployment unsuccessful

Good day. I am requesting assistance for a page that I am trying to deploy. Cloudfare says that deployment was successful but the site can't be reached on any device or connection that I have. I don't know the problem. I have uploaded the below assets... 3451 Portal.html dont_touch (folder)...

Getting sudden 524 timeouts on redeploying working instances

I have a remix project on cloudflare pages, it was working fine for the past three days until i have created new deployment and suddenly im getting 524 error when signing in. Previous deployments are working perfectly fine now, however the issue raise when i retry these deployment. Any clue to solve/debug this issue would be appreciated....

Nextjs 15 with React 19 and Recharts package => deployment error

Hello everyone, I have a Nextjs 15.0.3 project with React 19.0.0-rc-66855b96-20241106. Everything seems to be fine with building it locally and with Cloudflare, but today I added the Shadcn charts as a dependency. Locally it's not a problem to install the new Recharts ^2.15.0 package with npm install --force , but when trying to build the app on Cloudflare, it does not seem to work. This is one of the errors: ` 20:40:51.179 Installing project dependencies: npm clean-install --progress=false...

Pages > Custom Domain

This section under pages > Custom Domains, is this the same thing as Cloudflare for SaaS ? I am trying to setup vanity domains , and it does work quite well, my only issue is 1. What is the limit for PRO, or is there no limit? 2. I cant seem to search, filter custom domains, i have over 180 and their all paginated, hard to search. Tks...

Astro -- "Failed to call getStaticPaths" during build

This only occurs on CF Pages deploys, I tried it locally, on Netlify, and on Coolify and it ran just fine on those platforms. I would love to be able to keep using CF Pages though, seeing as that's where all of my domains live. I am using the Build Version 2 (I tried 1 as well, but it's outdated). I am also using Astro v5, but I did successfully deploy this same app just two days ago so I don't think it's an issue related to Astro v5. ```[ERROR] [build] Failed to call getStaticPaths for src/pages/[…permalink].astro...

Cloudflare Pages to Azure Web Apps

Hi I'm trying to secure the connection of Cloudflare Pages Build Agent to a CMS API hosted in Azure Web Apps, which the build agent uses to build our frontend in pages. If I remove all security everything works. I've tried adding WAF rules for the custom domain to block requests and added an IP White list from the https://www.cloudflare.com/en-gb/ips/ but it still does not connect. I tried adding these same IPs to azure and restricted that way but it still does not connect. So I can only assume...

Export Wrangler Logs to Enumerator?

Hello! I recently have started building a project in which I want to log all of the wrangler logs I capture to a log enumerator. I am currently using wrangler pages deployment tail --format pretty > logs.txt to capture logs and export them, but I was wondering if anyone had successfully shipped their wrangler logs to a free tool to enumerate the logs for better tracking and debugging....

How to setup a custom domain for a develop branch?

I'm trying to set a custom domain on the development branch, so I have create a CNAME record for develop.gab-servizi.pages.dev and it is propagated yet. But when I reach the website via the custom domain (test.gabservizi.it) it is propagated to the master branch instead the develop. If I navigate to develop.gab-servizi.pages.dev the content shown is from the develop branch as it has to....

My site blocked.

My develop site is being blocked by cloudflare, someone flagged it as phishing and I have contacted cloudflare about it and they have not removed the phishing message. Now it is returning 403. I am not sure what I need to do to get this removed or who else to contact....