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

回答

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 三月 25, 2024, 15:11