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.
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