While it’s true that on your repo you have other files in the public directory, while you are running your CI you do a bundle exec jekyll build -d public that replaces the content of your public directory.
To see what is in your website (and the way I found the LICENSE file) is going to the latest … Answer from rpadovani on forum.gitlab.com
GitLab
forum.gitlab.com › how to use gitlab
GitLab Pages returns 404 error - How to Use GitLab - GitLab Forum
September 5, 2020 - Hello all, First off, I could not find a category that looked like it was mostly focused on getting help with GitLab Pages, so picked this category. If I should post this in a different category, please let me know and I will do that. I am attempting to set up my first ever set of GitLab pages.
GitLab
forum.gitlab.com › how to use gitlab
Gitlab Pages: 404 for even the simplest setup - How to Use GitLab - GitLab Forum
January 19, 2017 - Just like in 404 error on Gitlab Pages I have a super simple setup where gitlab pages is 404-ing on the main page. Test repo is here: https://gitlab.com/windtrain/pagestest. Dead simple with just an index.html and a ci script to copy the directory to /pages. Page should be here: http://windtrain.gitlab.io/pagestest, but 404s.
Gitlab Pages throw 404 when accessed - Stack Overflow
I have a group project with the following name (hosted in Gitlab): gitlab.com/my-group/my-project. I have generated coverage reports during testing and saved them as artifacts using Gitlab CI. Her... More on stackoverflow.com
[SOLVED] Gitlab user page shows 404 error
So I made a repo containing a simple plain HTML page and I submited to here: https://gitlab.com/XavizardKnight/xavizardknight.gitlab.io The website should appear here: http://xavizardknight.gitlab.io/ But instead of appearing the website, it appears a 404 error page (or the Gitlab login if ... More on forum.gitlab.com
[SOLVED] GitLab Pages: 404
Hello, I have found the solution to my issue. Incase anyone else (or myself in the future) runs into this issue, you MUST have an index.html page. If you ONLY have one page, that MUST be named index.html! ORIGINAL POST: More on forum.gitlab.com
Gitlab Pages giving a 404 error
I made a gitlab site as a portfolio, but I'm having a weird problem with it. Some of the pages are returning a 404 error, specifically the ones in… More on reddit.com
GitLab
runbooks.gitlab.com › pages › gitlab-pages
GitLab Pages returning 404 | Runbooks
00:00:00 /opt/gitlab/embedded/bin/gitlab-pages -listen-http 0.0.0.0:1080 -listen-https 0.0.0.0:1443 -root-cert /etc/gitlab/ssl/pages.crt -root-key /etc/gitlab/ssl/pages.key -daemon-uid 1100 -daemon-gid 1100 -pages-domain gitlab.io -pages-root /var/opt/gitlab/gitlab-rails/shared/pages -redirect-http false -use-http2 true ... Now attempt to run curl by proxying through this SOCKS host with a custom Host header and SSL verification disabled: ... If everything is normal, you should see “200 OK” instead of “404 Not Found”.
GitLab
docs.gitlab.com › gitlab docs › administer › update your settings › gitlab pages › troubleshooting
Troubleshooting GitLab Pages administration | GitLab Docs
The Pages daemon proxies artifact requests to the GitLab API at artifacts_server_url. Those requests use the URL-encoded path of the project, so the project path contains an encoded slash (/). If a reverse proxy in front of GitLab decodes that character, the URL no longer matches an API route. The ...
GitLab
gitlab.com › gitlab.org › #271269
Receiving 404 error when accessing the Gitlab pages. (#271269) · Issues · GitLab.org / GitLab · GitLab
October 22, 2020 - </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=271269) </details> <!--IssueSummary end--> We tried to create GitLab pages by the following steps: 1. Created a private project(accessible only to project members with OAuth). 2. The pages have then been deployed in /var/opt/gitlab/gitlab-rails/shared/pages/ location using nginx. The page is not displaying and we are receiving 404 error when we access the page.
GitLab
forum.gitlab.com › how to use gitlab
[SOLVED] Gitlab user page shows 404 error - How to Use GitLab - GitLab Forum
May 26, 2020 - So I made a repo containing a simple plain HTML page and I submited to here: https://gitlab.com/XavizardKnight/xavizardknight.gitlab.io The website should appear here: http://xavizardknight.gitlab.io/ But instead of appearing the website, it appears a 404 error page (or the Gitlab login if you are logged out).
GitLab
forum.gitlab.com › how to use gitlab
[SOLVED] GitLab Pages: 404 - How to Use GitLab - GitLab Forum
July 15, 2018 - Hello, I have found the solution to my issue. Incase anyone else (or myself in the future) runs into this issue, you MUST have an index.html page. If you ONLY have one page, that MUST be named index.html! ORIGINAL POST…
GitLab
forum.gitlab.com › how to use gitlab
Accessing Pages returns 404 - How to Use GitLab - GitLab Forum
January 26, 2020 - When I click Projects->Your projects, ... I cannot access the website using mywebsite.gitlab.io, it shows 404. “Visibility, project features, permissions”-> project visibility shows Private, and below that “Pages” ......
Reddit
reddit.com › r/gitlab › gitlab pages 404
r/gitlab on Reddit: Gitlab pages 404
January 11, 2019 -
Been trying to setup a simple HTML site and tried both writing my own HTML and forking a different project. But I'm still getting a 404 message when I check my Gitlab pages. I've seen posts about delays, anyone else having or has had this experience that might want to provide a little guidance?
GitLab
forum.gitlab.com › how to use gitlab › self-managed
Gitlab Pages 404 "unmatched_route" - Self-managed - GitLab Forum
November 16, 2022 - Hello evryone, I’m using Omnibus CE 15.4 self-managed. I want to use Gitlab Page but all i got is a 404 not found error. What i have done to setup the page: Edit the gitlab.rb with this information: pages_external_url "https://page.my.domain.com" gitlab_pages['enable'] = true Add the cert page.key and crt in /etc/gitlab/ssl page.my.domain.com.key page.my.domain.com.crt Add a directory public in my repository with an index.html file Add the basic gitlab-ci example as follow s...
GitLab
forum.gitlab.com › how to use gitlab
Gitlab pages always shows 404 error when opening artifacts - How to Use GitLab - GitLab Forum
July 20, 2023 - We use a self hosted gitlab ce v16.1.2 (Omnibus-Installation on Ubuntu 22.04) for our project repository. The bundled nginx is disabled, because there are other services running that also use the webserver. nginx configu…
GitLab
forum.gitlab.com › how to use gitlab › self-managed
Gitlab pages shows 404 with any path - Self-managed - GitLab Forum
April 11, 2024 - Hi, I have a sefl-hosted gitlab on my home-server. It exposes to the internet with openVPN and simple nginx-proxy. Gitlab was working fine and we decided to enable gitlab-pages feature in /etc/gitlab/gitlab.rb. Gitlab external url is ‘https://gitlab.vladysh.com’ and gitlab-pages external url is ‘http://pages.vladysh.com’. Domain A-record looks like *.vladysh.com → my-ip.
Reddit
reddit.com › r/gitlab › gitlab pages still 404
r/gitlab on Reddit: Gitlab pages still 404
November 29, 2018 -
First time using gitlab When I open my gitlab pages myusername.gitlab.io/myrepo It said : "The page you're looking for could not be found"
But when I open the gitlab pages with myusername.gitlab.io/myrepo/index.html It shows my pages there If I don't use that index.html It shows 404 pages on my gitlab.io
Can anyone tell me why and how to fix that?
GitLab
gitlab.com › gitlab.org › #241723
GitLab Pages with Access Control enabled shows 404 for the page (#241723) · Issues · GitLab.org / GitLab · GitLab
August 27, 2020 - Summary Some docs deployed as GitLab Pages with visibility set to "only team members". The page now just shows a basic...
Stack Overflow
stackoverflow.com › questions › 76704055 › gitlab-pages-always-shows-404-error-when-opening-artifacts
Gitlab pages always shows 404 error when opening artifacts - Stack Overflow
Solution: I missed to copy the gitlab-pages configuration file from gitlab to nginx.