Deanfei
Deanfei
Hi there, Thanks for the response. Are you meaning pulling the latest code? And the issue has been fixed or will be fixed in the future? Thanks On Tue, 1...
I did imported from `import { signInWithRedirect } from 'aws-amplify/auth';`. I just upgraded from `6.0.27` to the latest because neither works. The oauth config is correct. I believe the problem...
Sorry, I don't have a sample app on hand. When I debug the code in the node_module of the browsers, it did reached to the code I attached. I don't...
Hi @israx Very appreciated your quick response and support. I did use `npm` or `yarn` for my project. `pnpm` is for something else. l eventually made it working. That's due...
I would say the hub won't emit any events since they are part of the completion oauth flow. At this stage, the amplify should exchange access tokens with the code...
Same issue here. It stucked there when using signInWithRedirect in the application. It's so frustrating. Cognito v6 is making my life a lot harder.
I believe it's caused by this: https://github.com/aws-amplify/amplify-js/issues/13306
@reachlin Hi mate. I am trying to build a new AI application using langchain from scratch. Based on the discussions above, it looks using aws lambda is not ideal. But...
That's good to know. Thanks so much. 👍
I have migrated to aws ecs as I don't think lambda is that efficient and could be buggy for the long term.