HI,
make sure your project, CLI and suite are the same version
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 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.