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 add KV binding to Qwik City project in local development?

I create my qwik city project with pnpm create cloudflare@latest, and I follow this instruction: https://developers.cloudflare.com/pages/framework-guides/deploy-a-qwik-site/#use-bindings-in-your-qwik-application my package.json: ```json {...

Could not resolve "/opt/buildhome/repo/.vercel/output/static/_worker.js/index.js"

Hi Guys, First off: - Don't have a pages .dev example as the build stopped working and I recreated the pages worker from scratch to try and solve the issue (it didn't)...

100% WEBSITE UPTIME

If I host 100 different websites in my single CF Pages account and buy the CF business plan that has a 100% uptime guarantee is that uptime limited to only one website or it covers all my website hosted in cfpages?

pages giving me an inifinite load

i just deployed my site that uses tailwind, the build command is a simple npm install && npx tailwindcss -i ./input.css -o ./output.css i did it from the git repo and the dashboard shows all the assets etc right and says it was a success so i dont know what went wrong this is the temporary url (i'll be using my own domain later) https://note-landing.pages.dev...

Serve specific branch / commit to custom domain

It's possible to set the CNAME record to a specific pages branch / commit for domains that are hosted on CF. However this doesn't seem to be possible for domains (specifically subdomains) not hosted on CF. For instance, we have a customer hosting our app at a subdomain which is CNAME'd to a glue record that we control. As you might expect, CF doesn't have any info about how to serve that specific Host header outside of the custom domain addition to the Pages control panel....

Mobile and Desktop Versions

I've made a static html website but it's not "responsive". I have a version for desktop and one for mobile both being seperate files. I know that in cloudflare DNS settings I can redirect to a subdomain but I was wondering if there was a better way to do it in pages as I would have to create another pages project.

Can't add custom domain

Hi, I can't add my main domain and keep saying 'you'll need to transfer your DNS to Cloudflare' But the domain is already added on the zone. I even manage to setup the pages to point on the subdomain within CF...

Cannot purchase a plan

The purchase button hangs for a day. Any idea? Thanks very much!

Redirection on my Website

Hello, I have a Server with one IP and 2 Services. Without Cloudflare Proxy it works fine I can reach the Mailserver under mail.example.com and my Wordpress under www.example.com/ example.com. The problem is after activating Cloudflare I will be redirect to my Mailserver on all Domains . If I deactivate it, everything is working after an hour. Where could be the problem?...

setup github lfs with cloudflare pages?

I have some github lfs files that i want to use for my cloudflare pages. How do I do that?

Random 400 during build with SvelteKit. I'm not sure how this happened.

It seems to be coming from my hooks.server.ts file. Error: Could not create a fallback page — failed with status 400...

My Practise NextJS app wont deploy correctly

ok so I'm very new to pages and react/nextjs stuff basically found out about it 2 days ago did some research and then made this for some practise before redoing my main site https://github.com/MylesBolton/Homepage now I tried to deploy it on Cloudflare pages and I just get a black page, im probably doing something wrong, what's the build command I should be using for this app? or have I used something that's not supported on pages? am i just stupid?...

How to deploy a monorepo like Turborepo on Cloudflare Pages

So currently we have our frontend on vercel but It's not possible for us to deploy a monorepo under one git repo using vercel, and I found out that it's possible to deploy using cloudflare with mutiple cloudfalre pages (https://www.emmanuelgautier.com/blog/monorepo-publish-with-cloudflare-pages)

Please help I have no idea what im doing

I have a server with 2 domains on it I really want someone to jump on a call and explain this dns tuff to me because I understand code but 2 days in i still havent gotten this right dm me anytime

Unlimited sites vs projects vs custom domains

We are building an AI site builder and need clarification. We appreciate and thank you big time for any answer and effort. 1. A single cloudflare account can have unlimited projects and unlimited sites? If this is true then 100 custom domains are for each site or total allowance for each CF account? 2. Our builder has a static html site directly uploaded to CF and will not use any build or GIT infrastrure. Does 500 minutes still count? Or if saving files using Upload API request will have any limits? Thank you so much. We are excited to use CF infrastructure....

AI powered landing page builder using pages and domain?

Hey team, hope you are good. I working on AI landing page builder product, I want to offer custom domains to my users and would love to use the Pages infrastructure. I just noticed that each plan has 100 custom domains limit. Is there a possibility to have 10k domains or more as we promote this tool? Really excited.

kv response "error code: 500"

I'm using kv to manage the session. But from today, "error code:500" keeps responding. Strangely, there is no problem in the local development environment. kv is being used as an http request. Even if you throw it with postman, it gives you a normal response....

Fetch inside production cloudflare pages does not work, but works in the preview branches

The same feature, fetching a simple api, but it does not work in the production branch but work in the preview branch in cloudflare pages. Does anybody have this issue before?...