mohamnag
CDCloudflare Developers
•Created by mohamnag on 1/2/2025 in #pages-help
Creating Pages projects based on GitLab failing with generic error message
This is my account id:
847e34e5bfebe477b140713ecad9fe01
and I'm trying to create a pages project by connecting it to a GitLab hosted project but I'm getting following message on the UI:
An unknown error occurred. Please try again later.
and by investigating the call, the reply contains this body:
{
"result": null,
"success": false,
"errors": [
{
"code": 8000000,
"message": "An unknown error occurred. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH."
}
],
"messages": []
}
I tried different build commands but it seems not related. I have already integrated some other projects on the exact same GitLab group so it should not be an access problem either.
I have no clue, would someone give me a hint what is wrong?3 replies