hi
Please share the logs of https://localhost:44321
website.
hi Shoba24
Can you clear the logs and retry your steps then re-send your logs?
1.In Identity management->Organization unit->Sorting is not working in members tab and roles tab
2.Identity management->Organization unit->Add Members -> Once we add some 5 members at a time taking few seconds to list in Members panel.(performance issue)
3.Identity management->Roles->When we click 'Permissions' from 'Actions' drop down is taking more than 5 minutes to open 'Permissions' window.(performance issue)
4.Identity management->Users->When we click 'Permissions' from 'Actions' drop down is taking more than 5 minutes to open 'Permissions' window.sometimes Permissions window is not opening (performance issue)
I suggest you find a way to provide a project that reproduces the problem under the security requirements.
liming.ma@volosoft.com
hi Shoba24
What about other logs? or can you share the log file?
so we can connect on zoom call.
ZOOM is so slow,
The process cannot access the file **************.Tests\bin\Debug\net5.0\tempkey.jwk' because it is being used by another process.
You can use code below in your test module.
public override void PreConfigureServices(ServiceConfigurationContext context)
{
PreConfigure<AbpIdentityServerBuilderOptions>(options =>
{
options.AddDeveloperSigningCredential = false;
});
PreConfigure<IIdentityServerBuilder>(identityServerBuilder =>
{
identityServerBuilder.AddDeveloperSigningCredential(false, System.Guid.NewGuid().ToString());
});
}
hi
You can try to set the cursor in the event of the Modals.
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Modals#functions
Is it possible to use the Application / Domain / Entity Framework code (everything except the API layer) in external non-ABP applications?
I think this is difficult. The abp framework is modular. The application must boot the module.
https://docs.abp.io/en/abp/latest/Module-Development-Basics
hi
Can you share a minimum project? ZOOM is slow, and your project is also complicated.