The only distinction I can see is that this is a group page. Not a user page. Other than that, I’ve no idea.
Any ideas?
Thanks
Edit: I’ve just tried an even simpler example, with an uploaded public folder. But have the same result:
Edit 2: I’ve used exactly the same code as previous, but now in my user repo and it works! So I think there is a bug when trying to use group-based pages.
Is this a new issue? I have a group for which I created the pages some time ago and it was working. Today I’ve created a plain HTML hello-world site for a private project and I only get 404 (deployment is reported as successful, and the “Pages” section in the project says the pages are served)
Maybe it’s just slow, but I wasted a few hours debugging because I thought I had messed up somewhere.
In my case, I now have a default plain-html project, set up 4 hours after the bug was marked closed, and the builds were successful, and gitlab says, “Congratulations! Your pages are served under: https://ad8e.gitlab.io/plain-html” but the link is 404 anyway, 4.5 hours after the project was set up.
I am also having the same issue - 404 on a fork of the plain-html repo.
The setting>pages says that the page is being served but it is 404. Has been around a hour.
build log is
Running with gitlab-ci-multi-runner 1.9.0 (82714ae)
Using Docker executor with image alpine:latest …
Pulling docker image alpine:latest …
Running on runner-4e4528ca-project-2351542-concurrent-0 via runner-4e4528ca-machine-1485000998-be78f011-digital-ocean-4gb…
Cloning repository…
Cloning into ‘/builds/mtsdesigncouk/plain-html’…
Checking out ec654dc1 as master…
$ echo ‘Nothing to do…’
Nothing to do…
Uploading artifacts…
public: found 3 matching files
Uploading artifacts to coordinator… ok id=9030877 responseStatus=201 Created token=wFDqDqxm
Build succeeded
Can confirm that using a fork of the hugo page also fails to show up at the actual address, although the Settings give the desired address. Site was created a couple of hours ago, so I’ll refer back here if it really was an issue with slowness.
Same here, so definitely sounds like a bug. I am getting a 404 for all my pages even though the build has ran fine and all the artifacts look good. Mine is for a private project so won’t bother to post the project link here.
Issue 1460 seems to have solved the problem by restarting some daemon process that was in a deadlock. From the outside at least, this seems to be a very plausible cause for what is the problem right now.