Can’t create Cloudflare Pages project

For Workers & Pages, what is the name of the domain?

none

What is the error number?

8000000

What is the error message?

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

What is the issue or error you’re encountering

Can’t create Cloudflare Pages project

What are the steps to reproduce the issue?

Subject: Issue with Cloudflare Pages Creation via Official Website (Error Code: 8000000)

Hello Cloudflare Support,

While creating a new Pages project using the official website (not by directly calling the API), I encountered the following error:

{
  "result": null,
  "success": false,
  "errors": [
    {
      "code": 8000000,
      "message": "An unknown error occurred. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH."
    }
  ],
  "messages": []
}

The browser network logs show that the request payload is similar to:

fetch("https://dash.cloudflare.com/api/v4/accounts/bef5132eb09cf946486bffc4c587b9b2/pages/projects", {
  "headers": { /* omitted for brevity */ },
  "body": "{\"name\":\"tt\",\"production_branch\":\"main\"}",
  "method": "POST",
  /* additional options */
});

This issue occurs with one account, while another account works fine. Could you please investigate if this is related to account permissions, configuration, or billing issues?

Thank you for your assistance.

Have you created a support ticket? If not, it’s recommended to do so as the message suggests. Apart from that, I’d suggest you to give it a try again. For more info, please refer to the following thread:

Hi,

Sorry that you’re facing issues.

Have you tried Re-authorizing the Git integration since you could deploy it on another account?

Greets