Description
What versions & operating system are you using?
Wrangler 4.22, Mac OS 15.5
Please provide a link to a minimal reproduction
https://github.com/tonywondering/TripPlania
Describe the Bug
Describe the Bug:
Issue Description
Cloudflare Pages deployment fails with API error 8000000 when attempting to deploy a project.
Steps to Reproduce
- Run
npm run deploy
orwrangler pages deploy itineraryPlanner
- Files upload successfully (77 files)
- Functions bundle uploads successfully
- _routes.json uploads successfully
- Deployment fails with error
Expected Behavior
Deployment should complete successfully after files are uploaded.
Actual Behavior
Deployment fails with:
- Error: "A request to the Cloudflare API (/accounts/900fe188d9bd12567712d37ec76ea647/pages/projects/tripplania/deployments) failed."
- Error code: 8000000
- Message: "An unknown error occurred. Contact your account team or Cloudflare support"
Environment
- Wrangler version: 4.22.0 (also tested with 4.20.0)
- OS: macOS Sequoia 15.5
- Node version: 23.10.0
- Project: TripPlania (Pages project)
- Account ID: 900fe188d9bd12567712d37ec76ea647
Error logs:
▲ [WARNING] Warning: Your working directory is a git repo and has uncommitted changes
To silence this warning, pass in --commit-dirty=true
[email protected] deploy
wrangler pages deploy itineraryPlanner
⛅️ wrangler 4.22.0
───────────────────
✨ Compiled Worker successfully
Uploading... (77/77)
✨ Success! Uploaded 0 files (77 already uploaded) (0.31 sec)
✨ Uploading Functions bundle
✨ Uploading _routes.json
✘ [ERROR] A request to the Cloudflare API (/accounts/900fe188d9bd12567712d37ec76ea647/pages/projects/tripplania/deployments) failed.
An unknown error occurred. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH. [code: 8000000]
If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose
Please provide any relevant error logs
No response
Metadata
Metadata
Assignees
Type
Projects
Status