hi @FurkanSetur
Can you try setting Redis:IsEnabled to false and test again?
After that, the app will use the Memory cache. Let’s rule out the problem of Redis first.
Thanks.
hi
I will implement the IMultiTenant in this ETO class. After that, the problem will be fixed.
Your question ticket has been refunded.
Thanks.
hi
Steps to reproduce the issue:
Can you share your full test code?
Thanks.
Thanks. : )
hi
Can you share your full module code that includes the problem Razor page?
liming.ma@volosoft.com
Thanks.
ok, I think your problem has been resolved, right?
hi
I checked your har file, all requests are slow.
Can you delete the logs.tx and enable debug logs?
Then restart the app and reproduce the slow problem, and share the new logs.txt file?
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Information)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.
hi
14:24:34 INF] TRIAL-INFO - You are using the trial version of ABP and your expiry date is 2025-11-10
[14:24:34 ERR] ABP-LIC-0018 - iA5wWKYJaP1jwR0HjSE: Your trial period has ended! - Please contact to license@abp.io to purchase a license.
[14:24:34 ERR] ABP-LIC-0018 - w2Qqo7AHOYV3iD25y0Y: Your trial period has ended! - Please contact to license@abp.io to purchase a license.
[14:24:34 ERR] ABP-LIC-0018 - y7V81uKZMLDDl5PtxHv: Your trial period has ended! - Please contact to license@abp.io to purchase a license.
[14:24:34 ERRb48fce22034d4ceb8ea2d686d2f8ae83=False
Can you log out and log in again using the abp cli?
> abp logout
> abp login
Press Enter to open your browser to login...
Successfully logged in as 'maliming' with the organization 'Volosoft Bilişim A.Ş.'.
After that, create a new project and copy the new project's NuGet.Config and appsettings.secrets.json files to your old project.
Then, clear the local NuGet cache.
dotnet nuget locals all -c
Rebuild your project with worlds.
Thanks.