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

Unable to delete page due to custom domain that doesn't exist

page: https://nextgen-9mn.pages.dev/ deployment id: 8b347ac4-4f83-40cd-a9ff-da76d6d673a8 account id: ff75da3b7503006f3a8c3674e62265b0 error: To delete your project, you must first delete all custom domains associated with your project. (Code: 8000028) I've been trying to delete this since the outage, can someone just destroy all of my pages resources so I can start again please....

Deleted page appears cached

Hello! We have deleted a page on our site, but it appears to still be cached in pages. Pages: https://owid.pages.dev/communications-outreach-manager-q4-2023 (removed, 404) Site: https://ourworldindata.org/communications-outreach-manager-q4-2023 (cached, remains) ...

Pages Build erroring out

Have been deploying this exact same code for some time, but it's now erroring out. ``` 20:58:11.805 Found Functions directory at /functions. Uploading. 20:58:12.845 ✘ [ERROR] Unexpected "honeycombPlugin"...

CloudFlare pages DNS setup through A record instead of CNAME

I have set up a Cloudflare Pages project and I want to point my apex domain 'portal.myapp.com' to it. However, AWS Route 53 does not permit the creation of a CNAME record for an apex domain. Is there a way to connect my apex domain to Cloudflare Pages using an A record, or is there an alternative method I can employ to achieve this without utilizing a CNAME?

Yarn 4.0.0 seems to not be working on building

Not sure what has changed over the past few days but my builds are failing citing Yarn issues. This was the build output 4 days ago: ``` 12:23:53.043 Detected the following tools from environment: [email protected], [email protected], [email protected]...

Cant connect github org

Someone else has alr connected the org (prob on another domain) (i own own the org). An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH. (Code: 8000000) https://github.com/meower-community/MeowerBot.py...

Error creating new project 8000000

I'm receiving
An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH. (Code: 8000000)
when trying to create a new pages project through Github .. has anyone run into this? #...

Error deploying pages project to preview environment

Using wrangler 3.15.0, I cannot deploy my pages project to a preview environment. Using the following pages deployment command: ```bash
wrangler pages deploy static --project-name=<REDACTED>
β–² [WARNING] Warning: Your working directory is a git repo and has uncommitted changes...
No description

Deployments failing using NextJS and next-on-pages

Hi, We have been deploying our nextjs application for quite some time, and we have been seeing several errors on building that we cannot really diagnose: one is:...

ERR_SSL_VERSION_OR_CIPHER_MISMATCH on newly deployed Pages site

I've just deployed a new Pages site, and for whatever reason I'm getting an ERR_SSL_VERSION_OR_CIPHER_MISMATCH error when I try to access it. The site works just fine testing locally. I am making use of Pages Functions in advanced mode, and using Node.js compatibility mode, which I ensured is enabled in the dashboard. My guess is this has something to do with the recent outages, since some services aren't fully back online yet, but I want to make sure I'm not doing something stupid. Pages.dev URL: https://3b15dd82.push-notif-bonk.pages.dev/...

How do i call CF LB from pages?

Here is the current implementation, Pages - custom domain is dev.swami-domain.com and LB custom domain is api.swami-domain.com and i am calling the API from pages CORS issue. I have added _headers as below. Still getting CORS error. /* Access-Control-Allow-Origin: * Access-Control-Allow-Methods: * Access-Control-Allow-Headers: *...
No description

500 error on deployed version, but locally, no errors, etc. No build errors either.

How do I diagnose this? I would love to provide more details, but I don't know where to look.

Unable to deploy my NextJS app

I'm trying to deploy my NextJS app to Cloudflare pages but I'm getting an error because it can't find some modules. I followed this guide: https://developers.cloudflare.com/pages/framework-guides/deploy-a-nextjs-site/ It's my first build after adding my site to Cloudflare pages....

Custom domain with different paths for each repository

Hey there, I have a question regarding the hosting capabilities on Cloudflare Pages. Suppose I have two separate repositories, X and Y, and my intention is to host both under the same domain, such as your.domain.com. The structure I'm aiming for is to have repository X accessible at your.domain.com/previews/X and repository Y at your.domain.com/previews/Y....

Deployment limit reached

Hello, according to the status, everything has been resolved, but I'm still getting deployment limit reached. Can someone confirm whats the issue?...

Deployment Fails with @sveltejs/adapter-cloudflare

I am attempting to deploy to CloudFlare Page and I believe I need some help setting up my environment. My local environment is setup using Miniflare where I set the platform variable, here is what my hooks.server.ts file looks like: ```typescript export const handle: Handle = async ({ event, resolve }) => { if (dev) {...

Error 1105 on initial request

In the last week, I've started getting Error 1105 on first request to a Pages site backed by a Pages Function. Refreshing usually loads the page. That error isn't documented. Any ideas how to diagnose this? In the Pages Functions log, the request shows as canceled....

Custom domain and sub-domains stuck at verifying an initializing

I'm aware that cf facing dowtime but dns seems to be recovered and I'm facing this issue since last 2-3 hours. Not sure whether it is completed related or what but this happened to me for the first time, otherwise adding a custom domain to a worker or pages is super quick My apex/root domain is stuck at initializing and CNAMEs are stuck at Verifying....
No description