hi
From the log, you can see that Redis does not have too many requests, so it may be that a single request from Redis took too long.
These two logs are 8 seconds apart. What happened?
2024-01-26 09:17:40.008 +01:00 [DBG] Found in the cache: pn:R,pk:admin,n:MyProject.Optionen.Create
2024-01-26 09:17:48.565 +01:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:199f43f1-e471-80c9-a6de-3a10538f797c,n:MyProject.Optionen.Create
hi
Angular will only log out the authserverA, this is by design. you can let angular open an authserverB page, and this page will log out authserverB.
hi
What about other's requests? or only health-status have this error
hi
You need to replace IIdentityDbContext with YourDbcontext to relationship with OrganizationUnit
You are using Identity and Identity Pro at same time. Please use Identity Pro instead of Identity
https://github.com/HaydenFerries/OrgUnitTest/pull/1
https://github.com/HaydenFerries/OrgUnitTest/blob/e1126389078fa9a79f5b1aa2ce69065f7307c415/src/OrgUnitTest.EntityFrameworkCore/EntityFrameworkCore/OrgUnitTestEntityFrameworkCoreModule.cs#L28
https://github.com/HaydenFerries/OrgUnitTest/blob/e1126389078fa9a79f5b1aa2ce69065f7307c415/src/OrgUnitTest.EntityFrameworkCore/EntityFrameworkCore/OrgUnitTestDbContextModelCreatingExtensions.cs#L16
https://github.com/HaydenFerries/OrgUnitTest/blob/e1126389078fa9a79f5b1aa2ce69065f7307c415/src/OrgUnitTest.EntityFrameworkCore/EntityFrameworkCore/IOrgUnitTestDbContext.cs#L11
https://github.com/HaydenFerries/OrgUnitTest/blob/e1126389078fa9a79f5b1aa2ce69065f7307c415/src/OrgUnitTest.EntityFrameworkCore/EntityFrameworkCore/OrgUnitTestDbContext.cs#L15-L22
hi
https://docs.abp.io/en/abp/latest/Deployment/SSL
I don't know the book about Blazorise, But you can check its document.
https://blazorise.com/docs
hi
Our modules are all using blazorise, and it is difficult for you to replace it for now.
hi
Can you try to clear the Redis cache after changing the connection strings?
If it still doesn't work, Please share your test ms project to liming.ma@volosoft.com
Thanks.
hi
For example, sorting 20 entries in a DataGrid (UI generated via the suite) takes about 2 seconds.
There should not be too many Redis requests for this operation.
Please share the logs of this request.
Set minimum log level to Debug
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();