Activities of "maliming"

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();

hi

Please share your test app. liming.ma@volosoft.com

Thanks.

Yes, Let me take a look at these two files first.

Thanks, liming.ma@volosoft.com

WebModule.cs and WebModule.csproj

hi

Please share the source code of your WebModule and WebModule.csproj; I think you should remove the account module from the csproj file.

hi

For issue 1 :

Can you share the steps that I can reproduce it?

Showing 5541 to 5550 of 11531 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.