Activities of "maliming"

Answer

hi

Can you share the http request details?

hi

Refunded

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
Showing 7071 to 7080 of 7744 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33