404 error on Gitlab Pages

Deployment is successful and I can browse the artifacts, yet I get 404 error message on http(s)://username.gitlab.io/projectname/

Running on runner-30dcea4b-project-1976375-concurrent-0 via runner-30dcea4b-machine-1478635352-932cc64d-digital-ocean-4gb…
Cloning repository…
Cloning into ‘/builds/avri/grayscale’…
Checking out 5a304cef as master…
$ bundle update
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies…
Installing public_suffix 2.0.4
Installing colorator 1.1.0
Installing ffi 1.9.14 with native extensions
Installing forwardable-extended 2.6.0
Installing sass 3.4.22
Installing rb-fsevent 0.9.8
Installing kramdown 1.12.0
Installing liquid 3.0.6
Installing mercenary 0.3.6
Installing rouge 1.11.1
Installing safe_yaml 1.0.4
Installing minima 2.0.0
Using bundler 1.13.6
Installing addressable 2.5.0
Installing rb-inotify 0.9.7
Installing pathutil 0.14.0
Installing jekyll-sass-converter 1.4.0
Installing listen 3.0.8
Installing jekyll-watch 1.5.0
Installing jekyll 3.3.0
Installing jekyll-feed 0.8.0
Bundle updated!
$ gem install jekyll
Successfully installed jekyll-3.3.0
1 gem installed
$ jekyll build -d public/
Configuration file: /builds/avri/grayscale/_config.yml
Source: /builds/avri/grayscale
Destination: public/
Incremental build: disabled. Enable with --incremental
Generating…
done in 0.067 seconds.
Auto-regeneration: disabled. Use --watch to enable.
Uploading artifacts…
public: found 47 matching files
Uploading artifacts to coordinator… ok id=6003709 responseStatus=201 Created token=KgEYvABt
Build succeeded

Unfortunately without seeing the source of the project or the production logs for the site (which aren’t accessible unfortunately, something we should probably change to help debug things like this), it’s not really possible to debug this issue.

Since it’s a Jekyll site, you could be suffering from this issue?: https://gitlab.com/gitlab-org/gitlab-ee/issues/935

I’m facing the same thing with my gitlap pages setup. I’m probably missing something. Site builds successfully and the public folder artifact gets uploaded. I’m not sure where to look to debug the issue. @avri where you able to resolve your issue?

Same here. I created another post to get some more attention. Seems to me like an issue.

I have the same issue here. I don’t why I get a 404 error.

I’m using Hugo.