zzai
zzai
CDCloudflare Developers
Created by zzai on 7/21/2024 in #pages-help
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." }
8 replies