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

Exceeding free plan build limits and pay-as-you-go?

What happens when you reach the 500 per month build limits for the free account plan for Cloudflare pages? Would it be possible to purchase more without upgrading a plan?...

Error in Cloudflare Pages Saying Domain is Banned.

Hello World and Cloudflare Community When i was trying to add my .arpa domain cloudflare is saying: "The hostname is part of a banned domain. This web property cannot be added to Cloudflare at this time. If you are an Enterprise customer, please contact your Customer Success Manager. Otherwise, please email abusereply@cloudflare.com with the name of the web property and a detailed explanation of your association with this web property." ...

SVGO Error 500 when App is Deployed

Getting the following error and not sure how to get SVGO to work if it is in fact compatible w/ CF. When running locally via wranger it works without a problem ``` "logs": [ {...

Astro + Functions

Hello! I have an Astro project deployed on Cloudflare pages. I deploy it using GitLab CI which does the Wrangler CLI command. wrangler pages deploy .../dist/ --project-name ... --branch main´ My main goal is to keep the Astro static, and therefore have an API call within a contact page go to Functions. I keep failing miserably and since I have no insight to what is working in the background cannot debug it properly. I roughly followed this Tutorial ...

Astro + Clerk

(cross posting from Clerk) I have an Astro project deployed to Cloudflare Pages. I have a requirement to add authentication to some areas of the site. I've added the Cloudflare adapter and the Clerk integration as per the docs. I was able to get everything up and running as I wanted locally, but when I deploy to Cloudflare, the deployment fails with the error: ``` Error: Failed to publish your Function. Got error: Uncaught Error: No such module "node:async_hooks". at _astro-internal_middleware.mjs:4262:33 in createAsyncLocalStorage...

Page not deploying

i deployed my website using github and its not working. It says its deployed but its not working. My website is : https://silentcaliber.pages.dev pls ping me if you can help

Unable to run async logic in page function?

Right now I'm trying to add image generation middleware to my SPA via "@cloudflare/pages-plugin-vercel-og", but it seems I can't run any async logic in the plugin, which is an issue since the font used needs to be fetched. Right now, this works: ```ts...

Ways to ignore error from git submodule

I have some submodule in a monorepo, but it's not required for pages to build the app. Can I ignore submodule from clone or just ignore the error from build process in pages?

Avoiding waterfalls

I've got a website on pages. It has some backend logic, and also calls an api. The api is hosted on workers. From what I understand, the cold start for the website should be very minimal because it's warmed during https handshake. That request alone is around 300ms, which is ok. The website then needs to call the api. Again, this has around 300ms warm up. Now the total for the request to the website ends up around a full second. That's way too long. If I could pre-warm the api when warming pages, I think I can save at least 300ms....

pending nameserver update

I got my domain through Cloudflare and I’m getting a pending name server update and I don’t know how to fix it or update my name servers it says update the names servers at your register to activate Cloudflare services for this domain but I registered it through Cloudflare I have to clue how to fix this

I can't get `wrangler dev` to work with kv

As the title states I'm trying to develop a pages app with functions for a very small backend, but I cannot get kv to work. Attached are the errors when running wrangler dev. I have followed https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site/...

Secure Connection FailedPreview Build was successful but getting and SSL error

Secure Connection Failed The Build for a preview branch was successful but getting and SSL error when previewing the link: Example: https://7b78ef57.[my-cool-site].pages.dev/ ...

Page is down

Hello guys! I've been getting an error with my page since this morning. When I enter the custom URL in my browser, I get a DNS_PROBE_POSSIBLE error, but if I enter the URL *.pages.dev, the browser renders my site. I check my DNS, and everything looks normal, except for this new message next to my CNAME record (CNAME records usually can not be on the zone apex. We use CNAME flattening to make it possible.) What am I missing?

Password-protected website

Is there a way to create a pages solution where you have a password protection similar to a .htpasswd in nginx?

Hydration errors with Nuxt3 and runtime compiler

I want to migrate Nuxt3 app to CF pages, however there seems to be a problem with dynamic component rendering at the runtime. This is an example of component that I use: ``` <script setup lang="ts">...

Mongoose on Pages

Hi all, I am having an Internal Server Error, sometimes a GET method not allowed when trying to hit my SvelteKit route which I've deployed via Pages. I am using SvelteKit and am hitting a server route GET, which makes use of Mongoose to query a MongoDB collection....

Error 1068

Hello i got a big problem how do i fix error 1068???????

Pages + Pro plan?

👋 I signed up for a "Pro plan" as documented on the Pricing page for Pages but I still seem to be in the "free" tier when viewing the dashboard under Pages. The Pro plan I bought, I'm not sure was the right thing, now. In order to get started with it it's asking me to transfer a bunch of domains -- but I was already set up with a domain on free tier Pages? It's weird. Meanwihle, the option to upgrade from the free tier of Pages in the dashboard takes you into a flow that's entirely about paid Workers, which I don't use. The "benefits" listed have nothing to do with Pages -- not a single one. Really, all I want is the 5 concurrent builds. I'm willing to pay the Pro plan price that was advertised. What am I doing wrong?...

Project stuck deploying to Cloudflare's global network

Deploying usually goes fine, but my latest one to production is stuck deploying. The logs say it's complete but it's been stuck for 16m+. dancetime.pages.dev Deployment id: 046580a4-cb03-4985-9204-a09fea1e057a Account id: 9893f1343aaab87f0faf67d2e0e368fc...