I am experiencing an issue while using Cloudflare Pages. I attempted to bind a domain name to my Pages project. It said “verifying” but the following day, the domain binding page was empty, and I am also unable to delete the project. This has consequently prevented me from rebinding the same domain name.
I’ve raised this to the team
Looks like you got this resolved now.
Let me know if there’s anything else we can help with
yeah I force deleted the “invisible” domain via api.
@jiaming_official you deleted the domain itself?
I need to delete the CF Page and to do that I need to remove the domain from the custom domains. I’m using the domain for the workers. Can’t delete the domain from CF.
Issue not resolved for me.
cc @Walshy
I cut a ticket to delete yours for you earlier, just waiting for people to come online (which they are now, should be actioned in a few).
dude i don’t know why i can’t send a link here, but search for this topic in the community
“There is no custom domain attached to my pages project but when I try to delete the project it shows delete all attached custom domain” by huazifan
he solved it via cloudflare api and provided a direct link to the force delete api page.
hope you can make it
I’ve cleared the domain from our end. Apologies for the isuse!
I’m having the same issue @Walshy can you help me?
Domain and pages.dev?
wordlecatala.cat - wordle-app.pages.dev
Thanks!
I have the same issue, please @Walshy help me cleaning this domain
retornoexpress.cl - etorno-express.pages.dev
retorno-express.pages.dev → Clean please my friend.
This command works for me. I can add the domain now.
curl --request DELETE \
--url https://api.cloudflare.com/client/v4/accounts/{account_identifier}/pages/projects/{project-name}/domains/{domain-name} \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {Pages_API_key}'
I try, i generate my token and try using post man but i get :
{
“success”: false,
“errors”: [
{
“code”: 10000,
“message”: “Authentication error”
}
]
}
any sugestion?
The problem was in the token permisions, your solution works like a charm, thanks you very much, yahooo!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.