CNAME cross-user banned when setting up a custom domain for a Page project

So I want to add a custom domain (A subdomian. The root domain has already been added to Cloudflare before) for a Pages project. After adding the custom domain, the Page project said my custom domain Inactive (error). I then looked up the Cloudflare Dashboard > My Domain > DNS, I noticed that the Cloudflare have correctly added a Orange-clouded CNAME (to [project id].pages.dev) record. But when I visiting the custom domain I just added, an error pages rendered says Error 1014 CNAME cross-user banned.
10 Replies
kian
kian6mo ago
If the custom domain still says inactive (error) then I wouldn’t expect it to work - does it now say active?
sukka
sukka6mo ago
No it hasn't. How long should I expect it to become active? I've setup the root domain on Cloudflare (I am using other Cloudflare products), so I should not have worried about DNS propogation, SSL certificate (as I am using Universal SSL) or anything else.
kian
kian6mo ago
Error usually means something went wrong rather than that it’ll fix itself - open devtools, find the network request that checks the custom domains status & see what the actual response is behind the error status
sukka
sukka6mo ago
Ah I see. Let me check that. The actual error message is The domain is incorrectly configured. The SSL CA is lets_encrypt and the verification status was initializing. [redacted] Hello, anyone here?
Torianna
Torianna6mo ago
zegevlier
zegevlier6mo ago
Dont ping champs for support
sukka
sukka6mo ago
Sorry, my bad. Redacted out.
Chaika
Chaika6mo ago
Well, what's the Custom Domain you're trying to add? Either it's not pointed at it, or something else like DNSSEC is broken with it
sukka
sukka6mo ago
It is not likely. My domain is already added on Cloudflare. The domain's nameserver is also pointed at Cloudflare already. Cloudflare should have setup my DNS record automatically. In fact I am able to see Error 1014 CNAME cross-user banned, which means the Cloudflare has setup DNS correctly. But for some reason that custom domain is not active by Cloudflare Pages.
Erisa
Erisa6mo ago
It's impossible for me to even begin to debug without knowing the domain, so can you share that either here or privately?
Want results from more Discord servers?
Add your server
More Posts
need authority for reading log but don't need authority for editting custom domainWe are using cloudflare pages. We want to give developer to cloudflare page logging access but don'tIs it possible to redirect a Minecraft connection such that the worker will act as a middleman?Is it possible to have a worker act as a middleman for a minecraft server and use it to redirect cli`````` curl --location 'https://api.cloudflare.com/client/v4/accounts/{my-account}/ai/run/@cf/mistral/mNo loader is configured for ".ttf" filesI'm deploying a Sveltekit app to Cloudflare Pages but when using `@sveltejs/adapter-cloudflare`, I gCORS issue on/in nodejs and react application via cloudflare tunnelHi, So the scenario is as follows: 1. Have my frontend and backend both under a single `docker-compHow to make a Team and add an Accountant?I don't really need Zero Trust, VPS or anything like that. I just want to: 1. Make team, with an appWhere can I get a list of all predefined models?I'm trying to use Workers-AI, and I was able to use llama2. There is a list in the docs that includeHow to make queue consumers standalone to consume production queue locally (to debug)?I'm trying to build dedicated consumers and I need to be able to debug them locally because my messaEmail Workers wrong message IDI want to reply with the email workers to incoming email. When sending email to my worker with gmail"A hanging Promise was cancelled" in a rust-wasm workerI am getting this message from one route handler in my worker. With `console_debug` I managed to pin