-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during SignIn - null object reference #3608
Comments
Hi @mortphose, thanks for your report. Can you provide the code snippet of your sign in code to better understand how it's being called? And is that the full stacktrace? |
Apologies for the delay in my response, here's my sign in:
It's a pretty basic call and function - I'm dealing with the data elsewhere after a login. I've also attached a firebase stacktrace. |
@mortphose @vincetran can be link to this? #3572 |
@lolucosmin doesn't look like any of the errors I've seen on my end, but can't rule out being related. |
I believe there may be a race condition here where onError is firing twice and the second time Line 88 in 6383576
The value gets set to We will look into fixing. |
@tylerjroach any progress on that? |
@lgassense Unfortunately we haven't been able to carve out the time to come back into this yet but we'll be sure to update the issue once we do. |
Describe the bug
When using signIn, I rarely receive this error:
To Reproduce
Only way to reproduce it is using signIn, and even then, it's not every time.
Which AWS service(s) are affected?
android-sdk-mobile-client and maybe android-sdk-auth-userpools
Expected behavior
I don't expect this to happen with signIn.
Environment Information (please complete the following information):
Additional context
I'm not able to replicate this reliably, so I'm not sure how common this is for users.
The text was updated successfully, but these errors were encountered: