EmJays
EmJays
Hi @ykethan This is my cli-input.json ``` { "version": "1", "cognitoConfig": { "identityPoolName": "IdentityPoolName", "allowUnauthenticatedIdentities": true, "resourceNameTruncated": "xxxxxxx", "userPoolName": "UserPoolName", "autoVerifiedAttributes": [ "email" ], "mfaConfiguration": "OFF", "mfaTypes": [ "SMS Text...
@ykethan Thank you for your reply. I tried updating it to true, but it still resulted in the same error message.
@ykethan I'm not sure about manually updated on the console since I'm not part of the team project from the beginning To give you more detail on `UsernameConfiguration` in project...
@ykethan Thank you so much. After removing it, amplify push worked fine. However, I just noticed that after upgrading to Amplify CLI 12 and updating auth (walkthrough options with the...