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