hi
Currently, our angular FE loads localization strings from json files, served by our auth service, one file per locale.
Please explain this in detail. Im not understand it very well.
https://docs.abp.io/en/commercial/latest/modules/language-management
hi
You can try to using 2.2.2 of Leptonx
hi
Did you get any errors or warning logs?
hi
Can you share the logs? liming.ma@volosoft.com
Your question credits refunded.
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).