Hello, are you trying to add a user from the admin page or to register? This code is working to add user from admin page. Can you create and share a project that doesn't work using this method? You can create a private repository on Github and authorize me.(https://github.com/salihozkara)
I solved the problem . I moved class from identityServer project to the HttpApi.Host Project and problem Solved.
I fixed the return type but result not changed,
your version is : v5.3.4? because as i see your constructor inputs are not same as i.
for example you dont have distributedEventBus as input for constructorI tested it with MVC as it is a backend. That's why it's missing. Now I've created it with Angular. https://github.com/salihozkara/Qa4641/commit/17ea6c5e26a85f59580647cd444403794f93313b https://github.com/salihozkara/Qa4641/blob/master/aspnet-core/src/Qa4641.Domain.Shared/Qa4641.Domain.Shared.csproj#L19 The command I use to create the project is:
abp new Qa4641 --version 5.3.4 -u angular
I write the same code as you but my override method not executed.do u have any idea why this happen?
Can you try this way?
[Dependency(ServiceLifetime.Transient, ReplaceServices = true)]
I try this but override createAsync in IdentityUserAppService not executed