Tyler-Larkin

Results 156 comments of Tyler-Larkin

Hello @ruossn, When we get the [current user](https://github.com/aws-amplify/amplify-flutter/blob/main/packages/auth/amplify_auth_cognito_dart/lib/src/auth_plugin_impl.dart#L828-L830) we don't have any [caching mechanism](https://github.com/aws-amplify/amplify-flutter/blob/main/packages/auth/amplify_auth_cognito_dart/lib/src/state/machines/credential_store_state_machine.dart#L403-L409) in place on the plugin side, so [we read from SecureStorageInterface every time](https://github.com/aws-amplify/amplify-flutter/blob/main/packages/auth/amplify_auth_cognito_dart/lib/src/state/machines/credential_store_state_machine.dart#L112-L232). To determine if...

Hello @sk92129, I have not been able to reproduce the issue on gen1 iOS26 using Amplify Flutter yet 2.6.4. I'm running a few more tests related to expired refresh/access tokens...

Hello @sk92129, the expired refresh/access tokens tests did not reproduce the issue which makes sense given the login/signOut timings you described. As for backend resources: 1. The resources defined within...

Hello @Amirkhon thank you for submitting this issue. We will look into this and get back to you!

Hello @Amirkhon, we need to update the example you linked as it does not handle the gen 2 method for custom Auth flow. The SignInButton Widget does not support custom...

Hello @smediomike, I wanted to confirm that your intention is to configure the underlying Amplify Swift S3Client to use dualstack via the `AmplifyConfiguration` file or the [AWS SDK escape hatch](https://docs.amplify.aws/swift/build-a-backend/storage/use-aws-sdk/)....

Hello @smediomike, while [aws-sdk-swift](https://github.com/awslabs/aws-sdk-swift/blob/ca0d397351e4a911984e2d8ad03fccda969d12bc/Sources/Services/AWSS3/Sources/AWSS3/S3Client.swift#L150) seems to have support for dual stacks, [Amplify Swift](https://github.com/aws-amplify/amplify-swift/blob/5866f8262d8b3fa8f95ac154e202d7b8e09174f5/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/Service/Storage/AWSS3StorageService.swift#L68-L72) does not set a value for `S3ClientConfiguration.useDualStack`. Additionally the S3Client cannot be reconfigured to set the `useDualStack`...

Thank you @tunetolove for opening this issue. We don't have immediate plans to implement this but we will track this issue as a feature request.

Hello @jamilsaadeh97, I'm sorry you are experiencing this issue. We will try to reproduce on our side and get back to you with any updates. Are you using any `event...

Hello @jamilsaadeh97, sorry for the delay but I've been unable to reproduce the issue. We don't have any known ASCII characters that could cause this issue, but your android error...