Hui Zhao
Hui Zhao
Hi all, we've released a new versions of Amplify JS library, which works with Next.js 15 Async Request APIs. Please upgrade packages to the following versions: ``` @aws-amplify/[email protected] aws-amplify/6.10.3 ```...
Hi @Catazza Thank you for provide detailed information helping with the triaging process. I created a minimum Expo app that invokes the Amplify `signIn()` API without the Authenticator to isolate...
Hi @buildappsmart thanks for reporting this issue and providing detailed triaging information. We will investigate.
**Update:** This issue is reproducible on my end. The cause is that the Amplify JS library currently cannot detect the events triggered by the native Sign in with Apple bottom...
Hi @buildappsmart, sorry about the delayed response. This issue seems to be caused by a gap on Apple's end that when cancelling the native SIWA bottom sheet, the system doesn't...
Understood @buildappsmart, currently the Sign in with Apple feature in Amplify JS is based on Amazon Cognito Hosted UI. The library doesn't directly communicate with Apple service. We will look...
Hi @samswitz sorry for the inconvenience, Amazon Cognito Hosted UI and Amplify JS cannot handle this use cases due to the feature gap that exists on Apple's side, we will...
Hi @jay-herrera A network error along `ERR_CONNECTION_RESET` is mostly caused by your application cannot establish a connection to your S3 bucket endpoint. Could you follow [this article](https://repost.aws/knowledge-center/s3-connect-reset-error) to ensure the...
Hi @jay-herrera We released v6.6.7 which fixes retry is not occurring as expected, which should mitigate the issue you are facing, please upgrade and test again, thanks!
Hi @mariasemionova Thanks for opening this issue. For your use cases, you will need to ensure your micro front-end apps are sharing the same instances of the "Amplify singleton" to...