-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AmplifyConfirmSignUp usernameAlias="phone_number" not working #7267
Comments
Has anyone had a go at replicating issue with usernameAlias not working: <AmplifyConfirmSignUp |
This doesn't work for usernameAlias="email" either. |
This issue is still not fixed. I did a yarn upgrade this morning on the ReactJS app I am working on - so all the libraries should be up-to-date. I completed the signup and when it goes to the AmplifyConfirmSignUp component it says: Even though I have set the form field: and usernameAlias="phone_number" @iartemiev any update one when this might be fixed? |
Should also mention this is occurring on the AmplifyForgotPassword component also |
Hi, I'm sorry about the delay here. I'm looking into this now. |
That being said, I'm getting a different error from what you got. Do you still experience the same error with latest amplify @adampblack? |
I have a very similar issue with my application. While trying to signUp on the desktop browser all work great but on mobile browsers (chrome, safari) I get a validation error message "User cannot be empty". Here the code:
|
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Using the AmplifyConfirmSignUp from '@aws-amplify/ui-react'
I have set:
usernameAlias="phone_number"
Despite this setting when I try to verify the code it says username cannot be empty.
The text was updated successfully, but these errors were encountered: