hi
Can you try to use HTTPS
instead of HTTP
? Otherwise, you need to handle the Cookies.
https://learn.microsoft.com/en-us/aspnet/core/security/samesite?view=aspnetcore-9.0#api-usage-with-samesite
https://learn.microsoft.com/en-us/aspnet/core/security/samesite?view=aspnetcore-9.0#supporting-older-browsers
Thanks.
hi
Maybe the migrant was not successful. Can you try to restart all services?
You can also check the OpenIddictApplications
table in the database.
Thanks.
hi
You can remove the ABP's PersistKeysToStackExchangeRedis
, just use your Key storage
Thanks.
ok I will check the code and try to find the reason.
Do you have a online website to reproduce?
If you think your problem is in Login.cs, I think you can reproduce the problem in a new template project and share it with us.
Can you share the DevExpress
nuget source?
So I need to change the connection string and run DbMigrator
to initialize the database
Then run CFData.Structure.AuthServer
, CFData.Structure.HttpApi.Host
and CFData.Structure.Blazor
Log in to Blazor -> AuthServer to reproduce the problem?
Are those steps correct?
Thanks.
hi
You can add a new JSON file for IdentityResource
or use the language-management module to add texts.
Configure<AbpLocalizationOptions>(options =>
{
options.Resources
.Get<IdentityResource>()
.AddVirtualJson("Your_Localization_Json_File_Path");
});
https://abp.io/docs/latest/modules/language-management#language-texts
hi
Can you share the steps to reproduce your problem with the Integration-BugFixes
code?
Thanks.
hi
You can inject the IAuditLogRepository
to query the audit logs. It's the same as EfCoreAuditLogRepository
Use IAuditLogRepository
will be fine.
https://github.com/abpframework/abp/blob/dev/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/IAuditLogRepository.cs