hi
I recommend you always use the latest patch version of CLI and SUITE.
hi
Run etc\dev-cert\create-certificate.ps1
will generate a localhost.pfx file.
hi
Can you share some screenshots? Are you using Blazor WASM or Blazor Server?
hi
You can use Repository to get entities.
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityUserRepository.cs
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityRoleRepository.cs
hi
I will check it today, sorry for the delay.
We fixed it in the next version.
hi
The audit log cannot get username when the current user is not authenticated.
https://github.com/abpframework/abp/issues/11394
hi
You can try to add <PackageReference Include="MongoDB.Driver" Version="2.14.1" />
to your project and configure it. We will upgrade this package in next version.
https://github.com/abpframework/abp/pull/9774