While using the new beta version of Radiks (the one that validates the username https://github.com/blockstack-radiks/radiks/pull/44).
I was doing some testing and I noticed a problem with the fact that usernames are being validated with the Blockstack API. While doing some tests I created a new account on Blockstack, then when I tried to log in I got an error which resulted at the end in some super strange behaviour.
Basically, when the server tried to verify the user with https://core.blockstack.org/v1/users/okokokokokokok.id.blockstack
, the server responded with a 404 error { 'okokokokokokok.id.blockstack': { error: 'Failed to get name record: Failed to load subdomain' } }
The call to the API is now working but it returned this 404 error for at least half an hour.
Does this mean that new accounts can’t be logged in directly with this new version of Radiks?