David Behroozi
                                            David Behroozi
                                        
                                    Apple changed how the keychain is accessed in ios10. We are still trying to pinpoint the correct guidance here, but the workaround is to enable the keychain sharing entitlement in...
Depending on the user experience you want, you may also want to take a look at this SDK: https://github.com/aws/amazon-cognito-auth-js it should allow you to do single sign-on across subdomains without...
Can you give an example of why an end user would want to disable their account?
Makes sense, we will consider exposing it to the end user as a feature request.
Hi @boatcoder I looked into what is going on. We actually set the origin read timeout to 15 seconds on reverse proxy requests and have a 30 second timeout on...
It looks like the build container is running out of memory on the caching step, can you try [omitting the node_modules/.cache directory](https://github.com/aws-amplify/amplify-console/blob/master/FAQ.md#how-to-reduce-node_modules-cache-size) and see if that helps? And if that...
@ceefour Thanks for that feedback. The code that should log isn't getting executed due to the out of memory, and there are a couple things we can do to surface...