Activities of "maliming"

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

The input is hidden.

You can try the code below to listen to the event.

$("#inputId").datepicker()
.on("changeDate", function(e) {
    // `e` here contains the extra attributes
    debugger
});

https://bootstrap-datepicker.readthedocs.io/en/latest/events.html

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();
Showing 5541 to 5550 of 11539 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.