For Workers & Pages, what is the name of the domain?
www-beha****-co-jp
What is the error number?
8000000
What is the error message?
Compiled Worker successfully Uploading Worker bundle Uploading _routes.json ✘ [ERROR] A request to the Cloudflare API (/accounts/{ID}/pages/projects/{SiteName}/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: Sign in to GitHub · GitHub
What is the issue or error you’re encountering
when wrangler deploy & github actions deploy
What steps have you taken to resolve the issue?
I encounter a mysterious error during deployment. Even with the exact same source code, the error sometimes occurs and sometimes does not. Once I get stuck, the error persists no matter how many times I deploy, but occasionally, making a random commit and pushing it allows the deployment to succeed. The behavior is unpredictable. However, there have been instances where it fails more than five times in a row, which is quite problematic.
The error code 8000000 typically indicates an internal issue with the Cloudflare Pages system. I’ll guide you through some steps to help resolve the issue.
Step 1: Reinstall Git Integration
Please try reinstalling the Git integration for your Cloudflare Pages project. You can do this by following these steps:
Go to the Cloudflare dashboard and select your account.
In Account Home, select Workers & Pages.
Select your Pages project > Settings > Git.
Click Disconnect to remove the Git integration.
Then, click Connect to Git and follow the prompts to reinstall the integration.
Step 2: Check SCM Installation Warnings
Please check if there are any SCM installation warnings listed in your Pages project dashboard. You can find these warnings in the Settings > Git section. If you see any warnings, follow the steps provided to resolve the issue.
Step 3: Verify Git Repository Access
Ensure that Cloudflare Pages has the necessary access to your Git repository. You can check this by verifying the repository access settings in your Git provider (GitHub or GitLab). Make sure that the repository is not excluded from the Cloudflare Pages installation.
Step 4: Contact Support
If none of the above steps resolve the issue, please reach out to us by submitting a ticket with the following information:
Your Cloudflare Pages project name
Your Git repository URL
Any additional error messages you’ve encountered
This will help me investigate the issue further and provide a more detailed solution.