When I try to add new project in Gitlab CI, I get the error “Cannot save project”
It did work before, but now suddenly I can’t add projects
- There are no errors in
gitlab-ctl tail
- I am owner of the group and project in Gitlab
- Running Gitlab v7.2.2 and Gitlab CI v5.4.2, both Omnibus
I’ve tried without success:
- Restarted gitlab (
gitlab-ctl restart
) - Loged out from Gitlab and Gitlab CI, and loged in again
- In a new browser
- Re-added the Gitlab-CI app in Gitlab (
https://gitlab.tld/admin/applications
) - Gave myself admin rights
But still I can’t add projects any more …
Solution:
the URL in gitlab_ci['gitlab_server']
in /etc/gitlab/gitlab.rb
didn’t start with httpS …