Hi,
You can consider this https://stackoverflow.com/questions/78484369/when-my-auth-guard-is-called-it-renders-the-login-page-for-a-brief-moment-when-r
No, please configure the AbpAntiForgeryOptions
Hi,
Sorry, I don't quite understand.
If you want to get audit logging, you can inject IAuditLogsAppService
or IAuditLogRepository
See https://abp.io/support/questions/4603/AntiforgeryValidationException-while-trying-to-enter-SettingManagement#answer-3a09a7dc-d4bf-0b46-862a-cb116f0bf123
Hi:
Enable cms feature, and assign the permissions to the role.
Here is a similar question, can you share your code
https://abp.io/support/questions/2803/VoloAbpHttpClientAbpRemoteCallException-Unsupported-Media-Type
This seems a problem with JSON, could you share a test applicationInsightsConnectionString with me , I will check it.
My email is shiwei.liang@volosoft.com
Hi,
You don't need wwwroot
folder, the swagger files are already provided by Volo.Abp.Swashbuckle
package.
if you want to keep it, you can disable the libs check.
Configure<AbpMvcLibsOptions>(options =>
{
options.CheckLibs = false;
});
Hi,
Can you clarify one more thing tha with the existing framework same user can be in two tenants
It's not possible. tenant data is isolated.
we can list all the tenants for the user and switch between them
ABP determines the current tenant with the current user's tenant id as the first option. So I suggest you add a custom cookie tenant resolver as a first option, in this way, ABP ignores the current user's tenant id for the purpose of dynamic tenant switching.
https://abp.io/docs/latest/framework/architecture/multi-tenancy#determining-the-current-tenant