I created app template of ABP and after configurations and seeding data when i defined new tenant for check tenant domain resolver every other subdomain is return 400 status code (Bad Request) .

i cant understand this situation according to definition of this :
Configure<AbpTenantResolveOptions>(options =>
{
options.AddDomainTenantResolver("{0}.localhost:44393");
});