hi yuemy
Can you try to remove or disable other nuget source in you Nuget.config?
Include C:\Users\your-name\AppData\Roaming\NuGet\NuGet.Config
hi
Object reference not set to an instance of an object.
Is this a problem? Can you share a project that can reproduce the problem. I can check it locally wiht pg.
2021-05-24 14:39:38.911 +05:30 [ERR] Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.Dispose()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at SCV.Litmus.ProfileManagement.Programs.ProgramAppService.GetProgramDetails(ProgramDetailsInputDto input) in D:\Projects\SCB\core-platform\SCV.Litmus\aspnet-core\modules\profile\src\SCV.Litmus.ProfileManagement.Application\Programs\ProgramAppService.cs:line 134
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Ab
hi ChetanKumbhar
For code responseType of Angular.
Volo.Abp.Account.Web.Pages.Account.IdentityServerSupportedLoginModel If you're using Identity Server.
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page
For password responseType of Angular.
Will use the Identity Server to get the token, you can return an error. But the password cannot be changed.
https://github.com/abpframework/abp/blob/a75b26cc30fd4b7da385121e31994efb388bdf76/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/AspNetIdentity/AbpResourceOwnerPasswordValidator.cs#L64
hi
Can you share the project with me?
liming.ma@volosoft.com
HI
Please check your Identity Server configuration in the database, You may need clear Redis when you change in database.
hi
Abp will automatically change input[type=date] as datepicker, You can add abp-data-datepicker="false" to the element to disable this behavior. Then you can control it.
hi christophe.baille
Sorry for the late. I will check it asap.
hi raif
For this purpose i injected ICurrentTenant service to the Job and tenantId parameters to the job arguments
This is no problem, the framework will automatically get the tenant's connection string.
using (CurrentTenant.Change(args.TenantId))
{
}
Is there any possibility to get try count in the job code ?
Can you explain why do you want to do this?
hi @Denis
I think we can discuss in https://support.abp.io/QA/Questions/1364#answer-b530cbdc-4e38-26cb-4120-39fcae2885e8
hi
Can you share the steps that you tried? I will try to reproduce the problem.