I'm having some trouble with the CreateAsync() function of the UmbAlternativeRegisterController class. Here is the very stripped down code we are using, which is falling through to the else{} branch of the conditional check at the bottom:
The else{} branch LogInformation call is returning an error of Failed : IdentityErrorUserStore, but I'm not sure why. In my actual code, I have validated all of the arguments of the CreateAsync call, as well as the arguments of the MemberIdentityUser.CreateNew call being used to create the identityUser object above it. Both seem to be valid and error free. Any help identifying what I might be missing would be greatly appreciated.
Umbraco.Cms.Core.Security.IMemberManager.CreateAsync Failed : IdentityErrorUserStore
Umbraco version 10.4.0
I'm having some trouble with the CreateAsync() function of the UmbAlternativeRegisterController class. Here is the very stripped down code we are using, which is falling through to the else{} branch of the conditional check at the bottom:
The else{} branch LogInformation call is returning an error of Failed : IdentityErrorUserStore, but I'm not sure why. In my actual code, I have validated all of the arguments of the CreateAsync call, as well as the arguments of the MemberIdentityUser.CreateNew call being used to create the identityUser object above it. Both seem to be valid and error free. Any help identifying what I might be missing would be greatly appreciated.
Thank you.
is working on a reply...