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.
hi
Can you try to grant all permissions to your admin role?
Thanks.
Thanks. I will check it asap.
hi
We will try to add a new configuration to set it.
Thanks.
hi
It is hard-coded in the Angular IdleSessionService service.
const MODAL_COUNTDOWN = 60;
const SECONDS = 1000 * 60;
Thanks.
hi
there are actually two single-layer projects.
How are these two projects authenticated? Redirect to XAuth login page to complete the login(code flow)?
Thanks
hi
but HangfireBackgroundWorkerManagerOverride is never called and the error persists
Can you share a test project?
liming.ma@volosoft.com
Thanks.
hi
Http.Client is the client proxies, soi you can add it to your single project.
See https://abp.io/docs/latest/framework/api-development/dynamic-csharp-clients https://abp.io/docs/latest/framework/api-development/static-csharp-clients
However, the client proxy may require authentication to access the remote services.
What is the remote service authentication method?
Thanks.
hi
Your question credit has been refunded.
Thanks.