hi
You can check the code of FilterValueAppService.cs:line 50
[11:05:12 ERR] One or more errors occurred. (A task was canceled.)
System.AggregateException: One or more errors occurred. (A task was canceled.)
---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at System.Threading.Tasks.Task`1.get_Result()
at KMS.FilterValues.FilterValueAppService.GetFilters() in D:\Work\EPF\KMS\aspnet-core\src\KMS.Application\FilterValues\FilterValueAppService.cs:line 50
hi
You can delete the database and re-run it. It will create the database as well.
hi
You can change the current user id by https://docs.abp.io/en/abp/latest/CurrentUser#changing-the-current-principal
hi
Try to depend on typeof(ChatSignalRModule)
.
hi
I don't think this is an abp problem because we just using some class as output.
I think using these classes in a plain asp net core will cause the same problem.
hi
The job was for a tenant in the platform, how come this entry was stored in Host_Admin database and not in Tenant_Admin database ?
BackgroundJobsDbContext
always creates and maintains jobs on the Host side.
Can you prepare a template project to reproduce? liming.ma@volosoft.com
The MaxJobArgsLength { get; set; }
is 1024 * 1024
, but you can change its length.
https://github.com/abpframework/abp/blob/reloadEx/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo/Abp/BackgroundJobs/BackgroundJobRecordConsts.cs#L13
Thanks balessi75
We fixed this on 7.2.x patch version and 7.3 stable version.
hi
We will update milestone info on these links.
https://docs.abp.io/en/abp/7.2/Road-Map https://docs.abp.io/en/abp/7.3/Road-Map https://docs.abp.io/en/commercial/7.3/release-notes
hi
The OpenIddict data will seed by OpenIddictDataSeedContributor
.
You can run the .DbMigrator
to seed the data.
hi
I think you can refer to the Microsoft document.
https://github.com/abpframework/abp/issues/17029