hi
You are configure the ApplicationCookie
not XSRF
and Antiforgery
.
Can you explain the reason to change the path
?
hi
You can find the saas menu and remve it in your MenuContributor
class.
//SaasHostMenuNames.GroupName
//SaasHostMenus.GroupName
hi ChetanKumbhar
Can you share the code of ProfileManagementEntityFrameworkCoreTestModule
?
This error means that you did multiple migrations in the unit test.
hi mrall
Can you check the browser' console and app logs?
hi Are you publish your project in RELEASE mode?
HI
Can you write some code in Program
class to confirm the environment?
hi
https://docs.abp.io/en/abp/latest/Multi-Tenancy#determining-the-current-tenant
hi
Add ServiceLifetime.Scoped
to DependencyAttribute
.
[Dependency(ServiceLifetime.Scoped, ReplaceServices = true)]
[ExposeServices(typeof(AbpSignInManager), typeof(SignInManager<Volo.Abp.Identity.IdentityUser>))]
public class LitmusSignInManager : AbpSignInManager