Phil Yang
Phil Yang
Hi @Equartey thank you for your response. Yes, the lambda runs smoothly. It is just the line of code that I have supplied that causes the timeout. The lambda triggers...
The `.timeout()` throws the exception, as a result of the Amplify call not ever returning. Yes, this is happening on web. Unfortunatley we are unable to get network traffic associated...
@Jordan-Nelson It is not a network conditions issue as catching the timeout exception and letting the user straight through seems to work completely fine; fetching the auth session returns a...
Hi @Jordan-Nelson and @Equartey, looking at CloudTrail logs I've found something a bit unusual: ``` Event 1: { "eventVersion": "1.08", "userIdentity": { "type": "Unknown", "principalId": "Anonymous" }, "eventTime": "2024-04-04T03:28:29Z", "eventSource":...
FYI I raised an issue and this seems somewhat still related to it https://github.com/aws-amplify/amplify-flutter/pull/3652.
Hi @NikaHsn , I believe the 3 events would likely be generated with separate subsequent confirmSignin calls since they are around 10 seconds apart - probably upon subsequent attempts by...
Hi @NikaHsn, was just checking to see if you have made any progress with this?