hi
I created one of them and the others were created automatically. What are these two automatically created for?
Abp will have some built-in jobs, which is what you see.
I would also like to know if I created the classes related to Jobs in the correct places?
You can define and implement it in domain(domain.shared). Of course, it is not wrong in the application layer.
3-) The AbpBackgroundJobs table what is this table for and how does it work to fill it in and what is its purpose?
You don't need to care about it. abp framework will use it.
hi
Please check the request in the browser. I think the browser blocks some cookies.
hi
The application startup is not too slow from the logs.
2023-09-28 20:27:12.364 -06:00 [INF] Starting MBS.ModernCloud.HttpApi.Host.
//...
2023-09-28 20:27:17.927 -06:00 [INF] Now listening on: http://10.0.0.213:5001
but you can try to disable the background job
https://docs.abp.io/en/abp/latest/Background-Jobs#disable-job-execution
and try to remove the DynamicLocalizationResourceContributor from AbpLocalizationOptions
Configure<AbpLocalizationOptions>(options =>
{
options.GlobalContributors.Add<DynamicLocalizationResourceContributor>();
});
hi
Are you using Lepton or Lepton X?
Can you share some obvious screenshots?
hi
The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results.
This is the reason that we use orderby.
hi
In this case, you'd better download the source code and disable them in the code.
hi
I will check Country and CountryView .
hi
Can you share the logs.txt of the first startup?
liming.ma@volosoft.com
I don't have this problem on my MBP(m1).
hi
PreConfigure<OpenIddictServerBuilder>(serverBuilder =>
{
serverBuilder.RemoveEventHandler
});
https://github.com/abpframework/abp/blob/92f19b86588980f95cdb0e9a6d85a207bfb43126/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/AbpOpenIddictAspNetCoreModule.cs#L120-L133
hi
We are not experts in Bitbucket. Maybe you can Google it. : )
I refunded your questions credits.