Activities of "liangshiwei"

Hi,

May I ask what is your PC system

HI,

you can try clear the redis cache.

Hi,

You can use Ignore method.

for example:

public class YourApplicationModuleAutoMapperProfile : Profile
{
    public YourApplicationModuleAutoMapperProfile()
    {
        CreateMap<IdentitySession, IdentitySessionDto>()
            .ForMember(x => x.IpAddresses, s => s.MapFrom(x => x.GetIpAddresses()))
            .Ignore(x => x.TenantName) // ignore..
            .Ignore(x => x.UserName)
            .Ignore(x => x.IsCurrent);
    }
}

Hi,

You can solve this problem by simply changing the field length.

Hi The problem has been fixed,

could you check if all your packages and CLI are 8.1.4 versions?

https://github.com/abpframework/abp/issues/19656

Hi,

ABP must have an account locally(permissions, features ...etc system needs). It can be registered with an external user login.

you can disabled the local login and local register in the account setting page and only allowed login with an external provider(Microsoft azure, google...etc)

Hi,

you need to remove the project reference form .csproj too (identityserver, publicweb)

I will check it

Hi,

If you can share the full error logs, i will check it.

Hi,

We released a new version 7.0.3

Showing 1521 to 1530 of 6693 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.