I have created username.gitlab.io
repo with index.html
and 404.html
pages, which have to be deployed automatically.
After deploy if I open in browser address username.gitlab.io
it shows well index.html
page and if I open username.gitlab.io/404.html
it shows well too.
BUT!!
If I try to open username.gitlab.io/not_existing_file
it shows internal GitLab error page, but not mine.
At the same time:
If I create repo with reponame
and same content, it serves 404.html
page well on /reponame/not_existing_file
from that repo.
What am I doing wrong?
Internal GitLab error page says, that: ..you don't have the necessary permissions..
, but the repo reponame
has the same permissions (and settings at all) as username.gitlab.io
.
Has anyone faced this issue?