You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
After successfully creating a cognito pool via the following commands: awsmobile user-signin enable --prompt
(specify Advanced > Cognito User Pools, login via Email, etc) awsmobile push
... and integrated Amplify, v1.0.5, when I make a call to create an account:
I get the error: Username cannot be of email format, since user pool is configured for email alias.
This error basically implies the username can't be an email address - regardless what you specify/configure via awsmobile. The only way around this that I've found was to specify a username . that's not an email format (e.g. replacing the ampersand):
After successfully creating a cognito pool via the following commands:
awsmobile user-signin enable --prompt
(specify Advanced > Cognito User Pools, login via Email, etc)
awsmobile push
... and integrated Amplify, v1.0.5, when I make a call to create an account:
I get the error:
Username cannot be of email format, since user pool is configured for email alias.
This error basically implies the username can't be an email address - regardless what you specify/configure via awsmobile. The only way around this that I've found was to specify a username . that's not an email format (e.g. replacing the ampersand):
(☝️ not ideal)
If I go to the cognito pool dashboard, I see the following configuration (not editable):
I'm thinking that's a bug, right? Since I specified
email
as my way to login via awsmobile cli, shouldn't the email radio button be selected?The text was updated successfully, but these errors were encountered: