An unknown error occurred. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH.

This is the error I get when I try to delete my Cloudflare Page. What should I do?
No description
11 Replies
Chaika
Chaika5w ago
How many deployments do you have for that pages project?
Chaika
Chaika5w ago
Cloudflare Docs
Known issues
Here are some known bugs and issues with Cloudflare Pages:
Herman Zvonimir Došilović
I deleted all deployments with API, and only one deployment is left. Even with only one deployment I cannot delete the project via UI, nor via API. Let me try the script from the link you provided. Hey @Chaika, I did the following: 1. Run the script:
CF_API_TOKEN=<YOUR_CF_API_TOKEN> CF_ACCOUNT_ID=<ACCOUNT_ID> CF_PAGES_PROJECT_NAME=<PROJECT_NAME> npm start
CF_API_TOKEN=<YOUR_CF_API_TOKEN> CF_ACCOUNT_ID=<ACCOUNT_ID> CF_PAGES_PROJECT_NAME=<PROJECT_NAME> npm start
and got:
> delete-all-deployments@1.0.0 start
> node index.js

Found live production deployment to exclude from deletion: 96dxxx
Listing all deployments, this may take a while...
Skipping production deployment: 96dxxx
> delete-all-deployments@1.0.0 start
> node index.js

Found live production deployment to exclude from deletion: 96dxxx
Listing all deployments, this may take a while...
Skipping production deployment: 96dxxx
2. Run the script:
CF_API_TOKEN=<YOUR_CF_API_TOKEN> CF_ACCOUNT_ID=<ACCOUNT_ID> CF_PAGES_PROJECT_NAME=<PROJECT_NAME> CF_DELETE_ALIASED_DEPLOYMENTS=true npm start
CF_API_TOKEN=<YOUR_CF_API_TOKEN> CF_ACCOUNT_ID=<ACCOUNT_ID> CF_PAGES_PROJECT_NAME=<PROJECT_NAME> CF_DELETE_ALIASED_DEPLOYMENTS=true npm start
and got:
> delete-all-deployments@1.0.0 start
> node index.js

Found live production deployment to exclude from deletion: 96d8xxx
Listing all deployments, this may take a while...
Skipping production deployment: 96dxxx
> delete-all-deployments@1.0.0 start
> node index.js

Found live production deployment to exclude from deletion: 96d8xxx
Listing all deployments, this may take a while...
Skipping production deployment: 96dxxx
After that I tried deleting the Page from UI and I got the same error:
An unknown error occurred. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH.
An unknown error occurred. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH.
Am I doing something wrong?
Chaika
Chaika5w ago
Probably not with the script. Do you have any Custom Domains left on the Pages Project?
Herman Zvonimir Došilović
Noup, I deleted those DNS records few days ago as well. "Custom domains" tab does not show anything.
Chaika
Chaika5w ago
Can you /link and give the project name?
Herman Zvonimir Došilović
I did the /link Project name is judge0-com @Chaika
Chaika
Chaika5w ago
Thanks, escalated
cf-scott
cf-scott5w ago
Hi there! It looks like the project is linked to GitLab, and the link is returning a 403. Please try re-linking: https://developers.cloudflare.com/workers/ci-cd/builds/git-integration/gitlab-integration/#reinstall-the-cloudflare-gitlab-app
Herman Zvonimir Došilović
Thank you @cf-scott, this worked.
benman
benman4w ago
I keep on getting internal issue errors like it doesn’t want to connect to my Gitlab repos Failed unable to submit build job Very weird and scary Let me know if you can help me

Did you find this page helpful?