All Pages get a deployment status failed

Hello, all my pages are having a deployment error, not just one specific project, all the ones I have configured in my account have stopped working.

I attempted to deploy a project that has not undergone any changes, but I encountered the same error.

I suspected that the issue might be related to account limitations, but I’ve been unable to find any information on this. My account is set up on a Pay-as-you-go, and currently, some of my projects are at a standstill.

The logs from the deployments that are producing errors are empty; they contain no content.

I need some help with this, I’ve followed the recommendations to consult here before submitting the corresponding ticket. :slightly_smiling_face:

Are these Pages projects tied to GitHub repos? If so, you’re probably hitting these issues due to webhook problems with GitHub currently:

All of my pages are linked to GitLab. Could this be related to the same issue?

Unlikely. Are you still experiencing this? Can you share a deployment ID if so?

The Pages deployment ID is a unique build identifier. It’s the UUID in the browser bar (for example, a URL would be dash.cloudflare.com/ACCOUNT_ID/pages/view/PROJECT/DEPLOYMENT_ID where the deployment ID looks something like a398d794-7322-4c97-96d9-40b5140a8d9b). This ID can help troubleshoot some issues with Pages builds so if you have a failing build make sure you grab that ID for the Pages team to use.

Yes, sure.

I’ve included some examples below. They are from different projects using branches that haven’t undergone any changes and previously compiled correctly.

  • e3f6fd13-be03-4537-bd33-b88f791b3d0a
  • ab0a736f-905a-4cb4-bea7-8d07b2a3a72f
  • 05f44bf8-e920-4ed7-8770-8c17fa455ec4

Can you try unlinking and relinking your gitlab account?

After several tests, I have managed to fix it. Indeed, it seems there was a problem with the linking of the GitLab account. In GitLab, everything appeared to be correct; in user settings > Authorized applications, Cloudflare was there, and the webhooks in the projects were created and functioning. If anyone has the same problem, they can try to:

  1. Create a new project in Pages.
  2. Link the project to GitLab.
  3. Confirm if you can see all of its repositories; in my case, I was only seeing 5 of them (all the ones that were failing were missing).
  4. Click on “Add account,” and re-add the same GitLab account, follow the steps to link your GitLab account.
  5. You should see all the repositories of your GitLab account again, and you should be able to rebuild your applications.

Thanks for your time @cherryjimbo

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.