hi team i want to change textbox in TenantSwitchModal to dropdowm list but i don't have source code of Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy i used it as package reference
Regards.
hi team
Message Error: Volo.Abp.AbpException: 'Options must be derived from the Volo.Abp.Options.AbpDynamicOptionsManager`1!' in this function "await IdentityOptions.SetAsync(); "when i test register any idea ?
Hi Team Pager in abp framework in users and roles pages doesn't work , i use LeptonXTheme theme , can any one help me please?
hello dear.
this problem solved when i access project in localhost by add some configuration like this.
Configure<AbpDistributedCacheOptions>(options =>
{
options.GlobalCacheEntryOptions = new DistributedCacheEntryOptions()
{
//AbsoluteExpiration = DateTimeOffset.UtcNow.AddSeconds(60),
SlidingExpiration = TimeSpan.FromSeconds(60)//20 mins default
};
});
but when i access project from external api permissions does not updated without restarting bool why ?
i have a problem when i update permissions for specific user or role the permissions cache does not refresh i want a solution to refresh cache without restarting project. :) my project contains main application and group of modules.
Hi, I Installed Forms module successfully, and it appears in UI and everything is fine but whenever I try to create a new form I got the following error: AbpException: Could not find the bundle file '/libs/vue/vue.min.js' for the bundle '3FA91BEFA067027D8B85AB6C0DF5DCE9'!
As in the following screenshot:
I run the abp install-libs
command but still have the same error.
Can you help please.