Cloudflare DevelopersCD
Cloudflare Developers2y ago
2 replies
Baran

A request to the Cloudflare API failed

Background

To deploy the project, I build it with
pnpm next-on-pages
, and then deploy it with
wrangler pages deploy
.

Issue

When I run the deploy command, then the script throws an error:

 Compiled Worker successfully
 Uploading Worker bundle
 Uploading _routes.json

 [ERROR] A request to the Cloudflare API (/accounts/10588302399247a4add0cce49f3d28ee/pages/projects/<PROJECT_NAME>/deployments) failed.

  An unknown error occured. Contact your account team or Cloudflare
  support: https://cfl.re/3WgEyrH. [code: 8000000]


I used to deploy projects a few days ago, but now I can't. How may I start deploying again?

# Environment
"@cloudflare/next-on-pages": "^1.12.1",
"wrangler": "^3.36.0"
Was this page helpful?