Hui Zhao
Hui Zhao
Hi @ronbhomri Thanks for reporting this issue. Could you provide more information to help us triaging this issue? >We use fetchAuthSession with forceRefresh = true when we want to get...
Hi @vmurin Thank you for opening up this issue. I'm unable to reproduce this issue from quick testing, and I was actually seeing it use the `fetch` API under the...
Hey @vmurin Thanks for provide the sample code and detailed instruction. I was able to reproduce the same error testing with the API route `/fetch-prices`. Noticeably you specified to use...
No worries @vmurin glad that this helps. Please let us know if anything else we can assist
Thanks for providing this solution @gbyesiltas! A quick note for other readers, the `loginHint` parameter was new and introduced since version 6.12.1.
Hi @eholiveira-buspay thanks for opening this issue. For a better understanding do you mean your app is entirely a web app running inside a WebView of the iOS and Android...
Thanks for the additional information @eholiveira-buspay . From your description, when the sign in with Google (for example) is initiated, the redirection to the Google sign in page is happening...
Hey @achintha-weerasinghe currently the library doesn't provide a function to directly use the `code` to exchange auth tokens as it follows OAuth 2.0 specs to ensure the security posture, so...
Hi @mkalam-alami sorry about the much delayed follow up. This issue has been fixed now with version [6.13.4](https://github.com/aws-amplify/amplify-js/releases/tag/aws-amplify%406.13.4).
Hi @johnf you are correct about the potential race condition, and thank you for providing this work around. Since `Hub.listen()` is called within `useEffect()` would move `Amplify.configure()` call into the...