Skip to content

Free namespace still showing as taken.

Hi team, Support has received multiple reports on users having issues during registration. When a user is trying to register an account with GitLab they are getting error saying username already taken although both the namespace is available.

Screenshot_2020-04-13_at_20.06.22

Screenshot_2020-04-27_at_4.59.54_PM

Although the error is non-blocking if the user proceeds with the registration it works. This looks like a frontend issue or caching issue. As I have verified this from the console.

[ gprd ] production> User.find_by_username('trustwallet')
=> nil
[ gprd ] production> Group.find_by_name('trustwallet')
=> nil
[ gprd ] production> User.find_by_username('trustwallet')
=> nil

Reports so far:

Edited by Aakif