404, Page Not Found error

Hi,

I’m trying to access the following project. I already have an account in gitlab and I have permissions to access that project.

However, when I try to access the project from my browser, I get the following error:

Page Not Found
Make sure the address is correct and the page hasn’t moved.

Please contact your GitLab administrator if you think this is a mistake.

Could you please help me resolve this?

Best Regards
Bibek Basu

@vivek.basu It looks like the link to the project isn’t working. Is the project private? Are your permissions to it inherited from a parent group or were you added specifically to that project?

Hello Tristan,

it seems, I have the problem as vivek.basu. I switched visibility from private to public. But this brings the same result: 404, Page Not Found. I try to access pages with the same user from whome I created the project. Does visibilty really matters in this case?

I think my problem comes from IP-address and DNS settings. I have installed GitLab Community Edition v16.9.1 on ubuntu and a private network with my own AD with high restrictions to outside so I want to stay with http and not https.
In /etc/gitlab/gitlab.rb I set:
external_url = ‘http://mysite-host-1.abc.local

pages_nginx[‘enable’] = false
pages_external_url “http://mysite.io.mysite.local
gitlab_pages[‘enable’] = true
gitlab_pages[‘gitlab_server’] = “http://mysite-host-1.mysite.local
gitlab_pages[‘internal_gitlab_server’] = “http://mysite-host-1.mysite.local
gitlab_pages[‘log_verbose’] = true
gitlab_pages[‘external_http’] = [‘IP:80’] #IP of another nic
gitlab_pages[‘access_control’] = true

mysite-host-1 is the hostname of ubuntu mashine.

Do you have some helping hints?

Thank you in advance.
Best Regards
Hans-G.