hi
Can you try another database? For example, localdb or another computer.
hi
Host and tenant are independent. You should set their user roles and permissions separately.
Please reply if I misunderstanding your mean. : )
hi
If you using the new project without any changes, this is not normal.
Can you check the logs when create a tenant?
I create a new project(4.3.1) can't reproduce your problem?
It seems you're custom the login page.
Can your share your code?
HI
Send it to my email. liming.ma@volosoft.com
Thanks Denis
Let's discuss this in your questions. I refunded question credit to jason.
hi davidc
I create a new project that use 4.3.1 and can't reproduce your problem.
Can you share your app logs?
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