Caleb Pollman

Results 63 comments of Caleb Pollman

Hi @rob-mur Going to transfer your issue to the [Amplify Flutter github](https://github.com/aws-amplify/amplify-flutter) for triage

Hi @ysabri ! Generally speaking, locked out users need to create a new account. You may want to read over these Amazon Cognito developer guides on [auto-confirming and auto-verifying users](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-sign-up.html#aws-lambda-triggers-pre-registration-example-2)...

@ysabri Thanks for giving more context in to your use case. Going to move the issue over to Amplify JS for further triage.

Resolving this issue. As of `[email protected]` the `user` interface no longer contains attributes. The attributes of the current `user` can be retrieved by calling `fetchUserAttributes` imported from `aws-amplify/auth`: https://docs.amplify.aws/react/build-a-backend/auth/manage-user-profile/#retrieve-user-attributes

> > LGTM, just curious why we don't need to do anything for React Native? > > I thought the context for this was a problem with Safari users so...

@cwoolum Looking at the NextJS docs [here](https://beta.nextjs.org/docs/rendering/server-and-client-components#when-to-use-server-vs-client-components), server components are best used for components that do not require user interaction. As the `Authenticator` is very much tied to user interaction,...

Can you utilize `Auth.currentAuthenticatedUser` on the server to check the authentication status of the current user and redirect from there? Might be misunderstanding the intention here, please let me know...

@cwoolum Just wanted to give you a heads up that we are currently looking in to how we will be supporting NextJS server components. Will update the ticket once the...

Issue resolved by https://github.com/aws-amplify/amplify-ui/pull/5153

Hi @renschler Apologies for the churn here. The confirmation code destination value is obfuscated in the output of the service call, example: ```json { "isSignUpComplete": false, "nextStep": { "signUpStep": "CONFIRM_SIGN_UP",...