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
When creating a new fork/branch in Amplify (therefore a new stack), newly registering users don't seem to be receiving their verification codes to email initially.
This seems to be because of some kind of misconfiguration in the Amplify auth resource... Manual workaround to correct a new environment is to:
In General Settings > MFA and Verifications set Which attributes do you want to verify? to Email. You might also have to set Do you want to enable Multi-Factor Authentication (MFA)? to Optional
Either force-confirm the previously registered users in the Cognito console, or delete and ask them to re-register
Ideally hoping there's some way the Amplify configuration can be fixed to set the user pool up right-first-time
The text was updated successfully, but these errors were encountered:
Just realized there's an additional problem with the setup driving inability to log in when deploying a new fork/branch: The Cognito roles have incorrect trust policies when first created. Need to edit the trust relationships of your authRole and unauthRole (can use IAM console) so that they trust your Cognito identity pool: Something like this:
When creating a new fork/branch in Amplify (therefore a new stack), newly registering users don't seem to be receiving their verification codes to email initially.
This seems to be because of some kind of misconfiguration in the Amplify auth resource... Manual workaround to correct a new environment is to:
Email
. You might also have to set Do you want to enable Multi-Factor Authentication (MFA)? toOptional
Ideally hoping there's some way the Amplify configuration can be fixed to set the user pool up right-first-time
The text was updated successfully, but these errors were encountered: