I can send tenant information from Abp.TenantId without sending a coin in my local tests. But when I publish it to the server, I can not find a tenant. I am using a single deployment - single database. Override the IAbpSession object (AspNetZeroAbpSession - TenantIdAccessor) but I did not get a result. <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/8cc457e12a59374133ef90c2aebd6de71738ad07/src/MyCompanyName.AbpZeroTemplate.Web.Core/MultiTenancy/TenantIdAccessor.cs">https://github.com/aspnetzero/aspnet-ze ... ccessor.cs</a>
What could be the problem?
Regards.
2 Answer(s)
-
0
What coin?
Your server may lack support for Abp.TenantId header: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3374
-
0
<cite>aaron: </cite> What coin?
Your server may lack support for Abp.TenantId header: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3374
Sorry, translation error. I wrote it at 4 in the night. :D Thank you for the help. My problem is resolved. ;)