hi
You have set the domain as the tenant resolver.
options.AddDomainTenantResolver("{0}.hiredhandsoftware.com");
The results:
Site url: https://portal-dev.hiredhandsoftware.com/ , the tenant name is: portal-dev
Auth server url: https://app-auth-dev-aims.azurewebsites.net/Account/Login , the tenant name always be host, so you can't see the tenant information passed to the auth server
You can remove the AddDomainTenantResolver from the Auth server, and add a __tenant parameter when redirecting to the Auth server from the site.
https://app-auth-dev-aims.azurewebsites.net/Account/Login?__tenant=test&ReturnUrl=%2Fcon.....
Thanks.
Thanks. : )
hi
Your logs don't contain the 502 error.
Has this 502 error also happened on your local development environment?
Can you share a test username and password so I can see it online?
liming.ma@volosoft.com
Thanks.
hi
What is the logs of http 502?
Thanks.
hi
Logging out and logging in again from https://abp.io may help.
Can you try that?
Thanks.
hi
You can create a new and the same name commercial project and check it in the appsettings.json file.
Thanks.
我无法build你的项目, 他需要很多包我无法还原.
请注入并检查下这个Options的值
var bundlingOptions = context.ServiceProvider.GetRequiredService<IOptions<AbpBundlingOptions>>().Value;
//debug to check bundlingOptions.GlobalAssets
请分享一个项目复现问题.
liming.ma@volosoft.com