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.

顯示 4 個紀錄的 1 到 4 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11