Forking a project results in empty project.

Description of the problem

I forked heibau/samba (____/samba), into bmasonrh/samba which worked. Then I realized that I had forked the wrong Samba project, so I deleted my project and tried to fork samba-team/samba. The "Forking in Progress" page stayed up for quite a while and then I ended up with an empty repository.

I've repeated the delete/fork process, and each time it ends up with an empty repository. Thinking that there might be some sort of namespace collision, I even created a new group (bmasonrh/samba) and tried to fork into that namespace (bmasonrh-samba/samba), the result (an empty project) is the same.

I also can't access the empty project through the git commandline. I end up with:

$ git clone git@gitlab.com:bmasonrh/samba.git
Cloning into 'samba'...
rpc error: code = NotFound desc = GetRepoPath: not a git repository '/var/opt/gitlab/git-data/repositories/@hashed/35/12/351228e89a4362f11ad0ca0ef7e88657797f77d78dc80b3bc3c145cae1a8844e.git'
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.`

Which Group/Project (with full path) is experiencing the issue?

Approximate date/time when the error occurred.

All the time

Describe what you were doing right before the issue occurred.

See above.