Cloudflare Pages API Creation Project E 8000011

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

not

What is the error message?

“code”: 8000011, “message”: “There is an internal issue with your Cloudflare Pages Git installation. If this issue persists after reinstalling your installation, contact support: https://cfl.re/3WgEyrH.

What is the issue or error you’re encountering

Cloudflare Pages API Project Creation Error

What steps have you taken to resolve the issue?

I searched the forum, and there is no such issue on the forum.

What are the steps to reproduce the issue?

Executing the API based on the information provided in this thread will result in an error.

curl -X POST ‘https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/pages/projects
-H ‘Authorization: $API_TOKEN’
-H ‘Content-Type: application/json’
-d ‘{
“name”: “pages-project”,
“production_branch”: “main”,
“source”: {
“type”: “github”,
“config”: {
“owner”: “GitHubUser”,
“repo_name”: “RepoName”
}
}
}’

Please try the following.

Navigate to Settings > Integrations > Applications in Github at Sign in to GitHub · GitHub. If it exists, click “Configure”. If it does not exist, go to step 3.

On this config page, click “Uninstall”.

Navigate to Settings > Integrations > Applications > Authorized Github Applications at the following URL: Sign in to GitHub · GitHub. Then, hit “Revoke”.


Then, go to the “Create Application” tab and add your Github account again. If this works, try to add GitLab.