-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 We're sorry, but something went wrong. #36
Comments
I get this error too after I hit |
@Z3roCoder @Ablu Please refer to my comment #28 (comment) for a possible fix. |
None of any of those things helped. Commands I am calling both docker-compose.yml's with:
Gitlab docker-compose.yml:
Gitlab-CI docker-compose.yml:
|
@Z3roCoder check the production.log, Execute bash in your
Go to the location of the logs
And check the
|
It always tells me "No route to host" - Did I set up something wrong in my files? |
@Z3roCoder possible, I have never tried to set |
And where do I see what my Gitlab-Callback URL is? |
Ooh now I see what you meant. As Application I have entered the callback URL's (As it said "One URL per line" I thought you could enter multiple, as Gitlab and Gitlab-CI are supposed to work with ReverseProxies later) |
@Z3roCoder you have the answer already - gitlab-ci does not have access to gitlab, when you tried to curl |
Hmh, but how shall I do that? I can not use net: "host" or similar, and linking containers does not work either as when I link containers, the gitlab-url gets mapped to the hosts file, but an internal on elike "172.xxx.xxx.xxx" which I can not access on another computer. So letting the env GITLAB_URL get set automatically is no option either |
@Z3roCoder is |
Alright, I have now solved my problems. I have updated Docker as well as Docker-Compose to the newst Version and changed the following: I fully switched to domain Names and created a single point of reference. Meaning that in both Gitlab and Gitlab-CI I have passed the option "extra_hosts" with a value like: "sub.my-domain.com: 192.168.16.133" and have told Gitlab and Gitlab-CI to use "sub.my-domain.com" wherever possible. The IP and domain-name are both from the reverse proxy (IIS) I have installed on my local PC, and now when I make a hosts-entry for 192.168.16.88 sub.my-domain.com I can access Gitlab and Gitlab-CI without any problems. Proposed changes for Gitlab-CI: Splitting up the ENV-Variable "GITLAB_URL" into "GITLAB_REF_URL" to be used everywhere inside the code, for OAuth and whatnot and "GITLAB_DISPLAY_URL" to be used everywhere a clickable link is displayed. |
Why do I get this error? I have set everything up correctly according to https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/gitlab-ci/README.md yet I get this error. I have no idea what data to provide either so... Someone help please?
The text was updated successfully, but these errors were encountered: