amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
424 stars 232 forks source link

Error when trying to save any changes to my userpool #204

Open ZalgirisKaunas opened 4 years ago

ZalgirisKaunas commented 4 years ago

When I try to save any changes to my user pool I always get an error that says Your roles are still being created. Please wait and try again. I have a grayed out role in the bottom of MFA settings but MFA is turned off so I'm not sure how it's related.

I've also tried creating dummy pool with the same mfa role name as the grayed out role in my primary pool and I've also extracted externalId from the current pool using this command:

aws cognito-idp get-user-pool-mfa-config --user-pool-id=XXXX

I'm just not sure where to put that ID