question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

registration procedure error

See original GitHub issue

Hi, thank you for your wonderful work, that I’m testing to use it in my azure app. I think there is a bug in the registration procedure, in particular: when I register a new user with an email that already exist, I get this error

Object reference not set to an instance of an object GetUserIdAsync

stack: System.NullReferenceException: Object reference not set to an instance of an object. at ElCamino.AspNetCore.Identity.AzureTable.UserStore7.GetUserIdAsync(TUser user, CancellationToken cancellationToken) at Microsoft.AspNetCore.Identity.UserManager1.<GetUserIdAsync>d__78.MoveNext() … …samplemvccore\Controllers\AccountController.cs:line 109 (call from: var result = await _userManager.CreateAsync(user, model.Password)😉

with default Identity Provider normally I go back to the registration form with the reporting of the error in the field --> User name ‘email’ is already taken.

thank you

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
critotcommented, Sep 7, 2016

it works! thank you

1reaction
dlmelendezcommented, Sep 6, 2016

Fixed with release 1.6 the above workaround should no longer be used. Thanks for reporting the issue!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: The Final Registration Process Did Not Complete ...
The following error may be reported at the end of the registration process: "The final registration process did not complete successfully.
Read more >
How do I fix the "Registration for this event is not available" ...
How do I fix the "Registration for this event is not available" error message? · 1 Select your event. · 2 From the...
Read more >
Registration: "Unable to Process" Error
When registering for a Pearson Higher Education course, the following error message is displayed: "We are unable to process your registration.
Read more >
registration error messages explanation
REGISTRATION ERROR MESSAGES. EXPLANATION. CRN does not exist. The five digit course reference number does not exist. Course may have been.
Read more >
What's wrong with this Registration stored procedure
I'm trying to make a Registration stored procedure and when I execute the code, I get this error. I've googled it but it's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found