awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.48k stars 5.61k forks source link

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

Open BigBen3 opened 3 months ago

BigBen3 commented 3 months ago

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

DavidSouther commented 3 months ago

@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?

BigBen3 commented 3 months ago

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.

DavidSouther commented 3 months ago

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