Activities of "hraval"

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.

Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11