Activities of "maliming"

Answer

hi

Please check your app logs. Logs/logs.txt

hi

You can add your property to claims.

https://docs.abp.io/en/abp/4.3/Authorization#claims-principal-factory

hi alexander.nikonov

Please create a new question. Thanks.

hi Can you explain in details?

hi

Add this code will resolve your problem.

CreateMap<ApiResourceProperty, KeyValuePair<string, string>>()
                .ReverseMap();

hi

using Volo.Abp.Domain.Repositories;

private readonly IIdentityUserRepository _identityUserRepository;
await _identityUserRepository.HardDeleteAsync(IdentityUserEntity);

Sure.You can use this option.

hi

Can you try the same steps with a new project that create by CLI?

abp new BookStore -t app-pro -u angular -d mongodb

hi

You can set the default language in language mangement page.

Ensure that your appsettings.json has "AbpLicenseCode" key with your license code.

Can you check the appsettings.json file?

Showing 7071 to 7080 of 7742 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33