-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amplify.Auth.SignIn() is taking > 4 seconds to complete #3486
Comments
Comparable log when using eg. Amplify SDK v 1.30.6 :
|
Linking original SDK issue: awslabs/aws-sdk-swift/issues/1035 |
@fzy-spyro Thanks for opening the issue. Our team will investigate and provide an update. |
@harsh62 any update on the issue above? |
@fzy-spyro Thanks for your patience. I have an open PR that updates the SDK dependency which is now using Foundation as the default HTTP client. Hopefully I can get this to finish line this week and release it as soon as possible. |
@fzy-spyro If in the meantime, can you try to use |
hey, sure, I'll check the branch in the sample app I shared and let you know the results |
@fzy-spyro Amplify has updated the SDK dependency and pushed out a new update. i.e. 2.27.0. This should considerably improve network performance. Please reopen the issue with more details, if you are still experiencing this issue. |
|
Describe the bug
This is clone of #3007
We are using Amplify SDK v 2.25.5 and are observing
Auth.SignIn()
requests taking > 4 seconds to complete vs the same request taking < 2s on Amplify SDK v1.xSteps To Reproduce
Expected behavior
Auth.SignIn() requests time is not different between sdk version and does not last > 4 sec. Up to ~ 2 sec is acceptable.
Amplify Framework Version
2.25.5
Amplify Categories
Auth
Dependency manager
Swift PM
Swift version
5.8
CLI version
12.8.2
Xcode version
15.1
Relevant log output
The text was updated successfully, but these errors were encountered: