Activities of "narinder@urvin.finance"

Unable to create user after adding

   Configure<AbpDistributedEntityEventOptions>(options =>
    {
        options.EtoMappings.Add<IdentityUser, UserEto>(typeof(AbpIdentityDomainModule));
        //options.EtoMappings.Add<IdentityClaimType, IdentityClaimTypeEto>(typeof(AbpIdentityDomainModule));
        //options.EtoMappings.Add<IdentityRole, IdentityRoleEto>(typeof(AbpIdentityDomainModule));
        //options.EtoMappings.Add<OrganizationUnit, OrganizationUnitEto>(typeof(AbpIdentityDomainModule));

        options.AutoEventSelectors.Add<IdentityUser>();
        //options.AutoEventSelectors.Add<IdentityRole>();
    });

This is giving error while creating user something related to method invocation

Ok Thanks. let me try

Do i need to add AbpIdentityDomainModule module in my project

Answer

Hi. I Did that is there any thing else needs to be done. also i am able to get client ip address insdide blazor app. but not in gateway. its always.::1.

Showing 1 to 4 of 4 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37