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.
You can also try to override the HangfireBackgroundWorkerManager
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BackgroundWorkers.Hangfire/Volo/Abp/BackgroundWorkers/Hangfire/HangfireBackgroundWorkerManager.cs#L18
Just remove the Queue from RecurringJob.AddOrUpdate
Thanks.
https://github.com/arnoldasgudas/Hangfire.MySqlStorage doesn't support the latest Hangfire >=1.8.0
see https://github.com/HangfireIO/Hangfire/issues/2319#issuecomment-1933619870