Activities of "maliming"

hi

You are configure the ApplicationCookie not XSRF and Antiforgery.

Can you explain the reason to change the path?

hi BernardoTeixeira

Can you share some request infos of API A?

Tenant can be included in HTTP request

https://docs.abp.io/en/abp/latest/Multi-Tenancy#determining-the-current-tenant

Are you using the OpenID Connect in API A?

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

Please share the full logs.

hi Add ServiceLifetime.Scoped to DependencyAttribute.

[Dependency(ServiceLifetime.Scoped, ReplaceServices = true)]
[ExposeServices(typeof(AbpSignInManager), typeof(SignInManager<Volo.Abp.Identity.IdentityUser>))]
public class LitmusSignInManager : AbpSignInManager
Showing 7221 to 7230 of 8479 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54