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.
I selected "do not include UI", so i am confused why this was included in the template
We will fix this. See https://support.abp.io/QA/Questions/1670/Cannot-Build-100-New-Module-Project---No-UI----Missing-BlazoriseServer-nuget-package#answer-dd7405cb-4d99-3d07-60c9-39fe2b3b6cce
In the video the startup is VERY VERY slow, it takes 10 - 12 minutes to load identity server. Do you know why this is? my computer is very fast too:
Are you setup Redis? Please check your app logs to see why it so slowly.
HI
The TextTemplateDemo.Web is a UI project, It should not contains business logic. eg render hello templates
You can render template in application. then call it in TextTemplateDemo.Web project.
but not able to render Hello template
You can't do this in TextTemplateDemo.Web project.
It only available in TextTemplateDemo.HttpApi.Host project.
You ca find the related code in:
lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Layouts\Account\Default.cshtml
https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy/Pages/Abp/MultiTenancy
https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules#answer-70bbbda7-c0a0-6b02-f782-39f93f11167d
abp get-source Volo.Account.Pro
abp get-source Volo.LeptonTheme
Did you run the unit test again? What error do you get now?