Activities of "maliming"

hi

Please change the log level to Debug and resend the logs. Thanks.

    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft", LogEventLevel.Information)
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

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 create a separate-tenant-schema project to see the difference.

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
Answer

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

Showing 6741 to 6750 of 11556 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.