Emma Sauerborn
Emma Sauerborn
Hi @s5b thanks for opening this back up. We've been able to reproduce the behavior you're seeing and are working on a fix for this.
@s5b this has been fixed in the latest version! Make sure to upgrade to pull in the changes and let us know if you have any issues. - [`@aws-amplify/[email protected]`](https://www.npmjs.com/package/@aws-amplify/ui-vue/v/4.2.3) -...
Hey @KenSosa95 thanks for creating this issue! I wasn't able to reproduce this off the bat with the latest `@aws-amplify/ui-react-native`. Does the error message show a stack trace, and if...
@KenSosa95 thanks for the info, will look into this. (FYI I edited your comment to remove some identifying info from `aws-exports`, the configuration is helpful but the keys should be...
@KenSosa95 can you add a function override to `signIn` and print out the error? Something like this should work: ```jsx import React from 'react'; import { Button } from 'react-native';...
@KenSosa95 Good morning! Glad to hear it's working on web. Thanks for your patience on this, I have a couple of followup questions: 1. Could you link the tutorial you're...
Hey @fatiimadib do you remember how you got directed to that link? The Amplify Chatbot is deprecated so that page no longer exists. There's a small note about it [here](https://ui.docs.amplify.aws/angular/getting-started/migration#5-aws-amplifyui-angular3x-removes-legacy-component-exports)
Hi @s5b, thanks for creating this issue. Can you provide a code snippet of your usage of the Authenticator component?
Also, fyi here is our cypress implementation: https://github.com/aws-amplify/amplify-ui/tree/main/packages/e2e/cypress if this is helpful as a reference.