Cloudflare DevelopersCD
Cloudflare Developers2y ago
7 replies
zzai

Cloudflare Pages API Creation Project E 8000011

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
}
}
}
{
"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."
}
Was this page helpful?