Error connecting to git account

Hi, I'm getting an error attempting to connect a GitHub organization for Workers GitHub import, however even after uninstalling and reinstalling the Cloudflare integration on GitHub, I keep getting the same error:
"errors": [
{
"code": 8000010,
"message": "Cloudflare Pages is not properly installed on your Git account, this may cause deployments to fail. Refer to https://developers.cloudflare.com/pages/platform/git-integration/#cloudflare-pages-is-not-properly-installed-on-your-git-account-this-may-cause-deployments-to-fail"
}
"errors": [
{
"code": 8000010,
"message": "Cloudflare Pages is not properly installed on your Git account, this may cause deployments to fail. Refer to https://developers.cloudflare.com/pages/platform/git-integration/#cloudflare-pages-is-not-properly-installed-on-your-git-account-this-may-cause-deployments-to-fail"
}
From other conversations here/on the web community, it appears this might be an issue with the Cloudflare-internal state of my account? Any help would be appreciated thanks!
6 Replies
Carlos Alberto
Carlos Alberto5mo ago
install wrangler pages in addition to install wrangler
chris
chrisOP5mo ago
Thanks for the suggestion this is completely separate from the wrangler CLI, the error is purely in the web dashboard
Razboy20
Razboy205mo ago
Hi! Just to understand properly, is this a workers project that you’re trying to connect, yet the error is showing pages?
chris
chrisOP5mo ago
I get the same error whether I'm attempting to connect pages or workers. That's the json of the error in the HTTP resposne, this is what it looks like in the browser, whether i'm trying to link from the pages or workers git sync workflow:
No description
chris
chrisOP5mo ago
thanks for taking a look at this @Razboy20 if there's anything else I can provide to help troubleshoot my account please let me know
Andreas
Andreas4w ago
Is this issue solved? I got the same error

Did you find this page helpful?