Yes I've changed the abp.js also.
I sent app's url to [email protected]
Hi,
I changed the TenantResolveKey and replace all Abp.TenantId with Abp-TenantId as you suggested, but no success. Here are the error logs for the error.
Mvc.ExceptionHandling.AbpExceptionFilter - Current tenant is different than given tenant. AbpSession.TenantId: , given tenantId: 2 System.Exception: Current tenant is different than given tenant. AbpSession.TenantId: , given tenantId: 2 at Fiorent.Authorization.Impersonation.ImpersonationManager.CheckCurrentTenant(Nullable`1 tenantId) in /var/www/fiorent-app/aspnet-core/src/Fiorent.Core/Authorization/Impersonation/ImpersonationManager.cs:line 115 at Fiorent.Authorization.Impersonation.ImpersonationManager.GetImpersonatedUserAndIdentity(String impersonationToken) in /var/www/fiorent-app/aspnet-core/src/Fiorent.Core/Authorization/Impersonation/ImpersonationManager.cs:line 45 at Fiorent.Web.Controllers.TokenAuthController.ImpersonatedAuthenticate(String impersonationToken) in /var/www/fiorent-app/aspnet-core/src/Fiorent.Web.Core/Controllers/TokenAuthController.cs:line 347 at lambda_method(Closure , Object )