Emma Sauerborn

Results 72 comments of Emma Sauerborn

Hi @drewboardman thanks for creating issue and for providing a reproduction. We'll look into this and follow up with you.

@drewboardman the `aws-amplify@6` dependency of the React Native Authenticator unfortunately doesn't support using Expo Go. [Documentation for that](https://ui.docs.amplify.aws/react-native/getting-started/installation) (under Expo tab). You can still use Expo itself, and build/run the...

> Any idea why this seems to only manifest with expo-router? Because Expo Go isn't officially supported, it may happen to work in some cases but isn't required to work....

@anahiforesi This is something we're actively working on but I can't give a specific timeline for release at the moment.

A fix for this has been released in [`@aws-amplify/ui-react-liveness@latest`](https://www.npmjs.com/package/@aws-amplify/ui-react-liveness/v/3.1.0)! You can now optionally pass a value for `systemClockOffset` into the `FaceLivenessDetectorCore` config, where it will be added as an offset...

> Do we need to update the aws sdk packages dep versions for liveness? I don't _think_ so, because the `"@smithy/util-base64@^2.0.0":` is what the aws sdk packages reference, and that...

Hey @Kogs thanks for raising this. You can update the text to include the correct translations like so: ```tsx I18n.putVocabularies(translations); I18n.setLanguage('de'); I18n.putVocabulariesForLanguage('de', { 'Reset Password': 'Passwort Zurücksetzen', }); ``` Changing...

@Kogs this has been fixed in the [latest version](https://www.npmjs.com/package/@aws-amplify/ui-angular/v/5.0.15) of `@aws-amplify/ui-angular`. Make sure to upgrade to pull in the changes and let us know if you run into any issues.

Hey @varundhand 👋 I wasn't able to reproduce this error. Can you share some more information about your file structure? I noticed you're calling `withAuthenticator` twice, but you'll only want...

Hi @zerokarafont thanks for creating this issue. Were you able to take a look at our [troubleshooting guide](https://ui.docs.amplify.aws/react/connected-components/liveness/troubleshooting#error-server-error---session-not-found)? It outlines two common reasons for seeing the 'Session not found' error....