Hi,
Any update on this? I don't want to call extra api to get the other user info.
Hi,
I reviewed the article but i don't know how to make it work with angular.
Let say I login with admin and create tenant named "localhost:4201" and then re run the angular app with 4201 port. Then it should default load the "localhost:4201" tenant.
I tried set "localhost:4201" directly in domain resolver code(for testing only) as follows but it didn't worked.
Configure<AbpTenantResolveOptions>(options =>
{
options.TenantResolvers.Insert(1, new DomainTenantResolveContributor("http://localhost:4201/"));
});
Please help me understand the flow here.
Thanks.