hi
Which step did you encounter a problem with?
What is the problem?
Thanks.
hi
I will check this case.
Thanks.
hi
Can you check this article?
https://abp.io/community/articles/fixing-openiddict-certificate-issues-in-iis-or-azure-0znavo8r
Thanks
hi
Could you share a demo app that reproduces the issue?
liming.ma@volosoft.com Thanks
hi
How did you added this column to identity user in your project? Object Extensions?
Please share your code.
Thanks
Hi
I will fix it in template. Thanks
hi
What is the output of the angular yarn start command?
Thanks.
hi
we are got getting the OrganizationUnitID which we have in AbpUsers table, how to handle this?
What do you mean? I don't understand.
Thanks.
hi
Are there any error messages in the Browser console?
Thanks.
hi
Please try to use AddStaticHttpClientProxies in your .HttpApi.Client project,
context.Services.AddStaticHttpClientProxies(
typeof(AbpSolution1ApplicationContractsModule).Assembly,
RemoteServiceName
);
.HttpApi.Client> abp generate-proxy -t csharp -m app --url https://localhost:44332 --without-contracts
https://localhost:44332 is your api website url.
Thanks