-
Notifications
You must be signed in to change notification settings - Fork 199
Name registration errors and deny button #1898
Conversation
Went through the process of registering a new ID and then adding a new id as detailed above. Tiny broken image in the I understand dialog. The new id gets this message that it might take time, but both ids have "processing icons" -- I was under the impression that the first id was successfully registered. Is this not the case? |
@moxiegirl thank you for going through this! I think if you had registered your first name within the last few hours, it would be the case that both names would still be processing. Even if you register your initial name through the primary registration/sign up flow, it still takes the same amount of time to process. I'm not sure what that broken image is, I will take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both changes work great for me on desktop and mobile.
@aulneau this is done, correct? Just asking because it's still in the |
@hstove should be done, it might not have been moved when i was working on tests! as long as it's approved by you two, should be good to merge :) |
@timstackblock I'm assigning to you for QA, Thomas has outlined some good testing steps here. |
These both work as expected. I did notice 2 new 404 errors in console when testing #1764 GET https://core.blockstack.org/v1/names/3rdtesttim.id 404 |
Those are fine and expected. This happens when you go to register a new name. It checks the registrar to see if they're already in use - if it returns 404, that means they are available. |
What this does
This PR fixes two main issues:
Fix id.blockstack name registration #1764
[email protected]
).Reduce misuse of "Deny" button during onboarding #1816
feature/better-errors-notifications
yarn && yarn dev
For mobile apps, I've opted to hide the cancel button in general as per @yknl's suggestion.