Worker build Error

I need help with a GitHub and Cloudflare issue, here's the overview, what should I do?

Summary of Cloudflare Workers Pages Deployment Issue

Problem Description

Starting July 26, 2025, all GitHub-triggered deployments to Cloudflare Workers Pages fail during the repository cloning phase. Previously working
deployments from July 25 succeeded without issues.

Error Details

Initializing build environment... ✓ Success (8s)
Cloning git repository... ✗ Failed (6s)
Error: "Failed: error occurred while checking out repository"

Repository Information

- Repo: https://github.com/nickgraynews/patronview (private)
- Size: 598MB total, 93MB .git directory
- Platform: Cloudflare Workers Pages (NOT standard Pages)
- Build commands:
- Build: npm run build
- Deploy: npx wrangler deploy
Was this page helpful?