John Corser

Results 39 comments of John Corser

Thank you that is helpful. I am able to reproduce your error when I manually edit my `requiredAttributes` in `cli-inputs.json` (in my case, I manually added `"locale"` to the list...

So only "picture" is required in your deployed Cognito environment, but your desired configuration is: ``` "requiredAttributes": [ "email", "family_name", "given_name", "picture" ], ``` The way this looks is, your...

@dbeck121 I've created #9590 to address what I believe to be the root cause of this issue for most users (required attributes are out of sync). If you are still...

For customers impacted by this, I recommend adding a PreSignUp lambda trigger (documentation here: https://docs.amplify.aws/cli/usage/lambda-triggers/#set-up-lambda-triggers) for your Cognito user pool. This allows you to run validation during user sign up...

@Shomari I believe the root cause of this issue was fixed by https://github.com/aws-amplify/amplify-cli/pull/9251. I believe your Cognito user pool was sadly created with desired required attributes missing, as that field...

When deleting via Amplify console, the error reported where the S3 bucket has been deleted out of band from Amplify commands has been fixed. You should be able to re-try...

As of 9/26/2022 several updates have been released that fix issues deleting apps/backends, including the issue reported here: ``` Deletion failed ValidationException - An error occurred while processing your request:...

I determined the cause. It's a 32GB SD card and 7.7GB were taken up by each of `/sd-root/var/log/syslog`, `/sd-root/var/log/messages` and `/sd-root/var/log/user.log` for a total of 23.1GB in log files. The...

I believe it is also possible to work around this by disabling/re-enabling Studio via the toggle in the AWS Console under `Studio settings`. Can you please confirm that fixes it?

@ersel how do I use the zip file that you've shared?