Hello everyone,
After upgrading my self-hosted GitLab EE (Omnibus) instance from 17.10.4 to 17.11 , I have encountered a critical issue:
Context
-
Instance: GitLab Enterprise Edition, self-hosted via Omnibus
-
OS : Debian 12
-
Account Role: Primary administrator (project creator)
Issue Description
-
When logged in as the administrator , I can no longer open the pages of projects that I originally created.
-
Network requests in the browser all return 200 OK , yet the page spinner never resolves and no content is displayed.
-
If I impersonate another user with identical project permissions, I can access those same project pages without any issue .
Steps to Reproduce
-
Upgrade GitLab from 17.10.4 → 17.11 using the Omnibus package.
-
Log in with the administrator account that owns the projects.
-
Click on any project created by this administrator.
-
Observe the infinite loading behavior despite HTTP 200 responses.
Observed Behavior
-
Browsers Tested: Chrome & Firefox (latest stable releases)
-
Nginx / Workhorse Logs: No errors or timeouts detected.
Troubleshooting Already Done
sudo gitlab-rake gitlab:check SANITIZE=true
The health check reports no critical issues .
Questions & Debug Suggestions
-
Known regressions? Are there any reported bugs between versions 17.10.x and 17.11 that affect administrator permissions or project page rendering?
-
Additional debug steps? What further log files, configuration settings, or database checks should I investigate to pinpoint the root cause?
-
Workarounds or patches? Is there an interim fix, hotpatch, or point-release I can apply while awaiting the next official release?
Thank you in advance for your insights and assistance.
—
Kévy
Self-hosted GitLab EE Administrator