aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

[Bug]: Kotlin Cognito SignUp Users action - users not appearing in Console

Open BigBen3 opened this issue 1 year ago • 3 comments

Expected behavior

I expected a user to be created in the user pool after I sign up

Actual behavior

After I sign up nothing is added to the user pool.

Steps to reproduce

1. I go through the process of signing up a user which means that I just provide username, password and other information and then click sign up. I don't get any explict errors but when checking the user pool no user appears.

Logs / stacktrace (if applicable)

No response

Which SDK were you using?

Kotlin

Which OS were you using?

Windows

SDK version

1.0.30

OS version

Windows 10

BigBen3 avatar Jun 14 '24 20:06 BigBen3

@BigBen3 thank you for taking time to file an issue against the AWS SDK Code Examples. Unfortunately, we can't tell which example you're having an issue with - there are several examples that create (Cognito?) users in Kotlin. Can you please help us help you & let us know which example you were running when you had this issue?

DavidSouther avatar Jun 17 '24 19:06 DavidSouther

The code I use for signup is based on this example: https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/kotlin/services/cognito/src/main/kotlin/com/kotlin/cognito/SignUpUser.kt I can send my code if that is required.

BigBen3 avatar Jun 18 '24 11:06 BigBen3

Thank you for confirming! I've assigned this to @scmacdon, who's our Kotlin expert.

DavidSouther avatar Jun 18 '24 11:06 DavidSouther