I guess this was a temporary network problem.
@serdar.genc Does problem persist?
Hi @lstsair,
Can you share the entity you created and the navigation entity?
Blogging module doesn't have angular ui.
Hi,
It seems like a potential bug/problem in ABP Framework. I've created an issue for this https://github.com/abpframework/abp/issues/8858
@murat.yuceer See https://support.abp.io/QA/Questions/1233/ABP-Suite-does-not-generate-Blazor-UI-for-a-module#answer-b698ced4-ecd2-3b97-2f66-39fc2aaf7e95
@abpVAndy There is no plan for Angular Public Website.
@serdar.genc
We've fixed the problem. Now you can add Volo.LeptonTheme module and it will work.
Or you can apply these simple steps to existing code:
Remove Volo.Abp.AspNetCore.Components.Web.LeptonTheme
project reference from your solution's *.Web project.
Change Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton
package reference to local project references in your solution's *.Web project.
(Replace <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton" Version="4.3.0" />
with <ProjectReference Include="..\..\modules\Volo.LeptonTheme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.csproj" />
)
Hi,
I've run the following commands to recreate your project in my local:
abp new MainProject -t microservice-pro -u angular
abp new SubProject -t microservice-service-pro
Then i navigated to \services\subProject\src\MainProject.SubProject.HttpApi.Host
folder and run dotnet run
command. I didn't encounter any license error. Please notify me if i missed a step.
Note: It seems like CLI doesn't replace lisence code for microservice-service-pro
pro template, we'll fix it in 4.3.1 version. However, this template shouldn't do any license check because it doesn't use any Commercial ABP module. Therefore i didn't encounter any license error. Even it checks, copying your license code from ProductService should clear the error.
Hi,
Public Website uses Lepton Theme too. So, the document is valid if you want to customize css for Public Website.
https://docs.abp.io/en/commercial/latest/themes/customizing-lepton-theme?UI=MVC
Hi,
Blazor UI code generation is currently not supported for module template. We aim to support it in 4.4.0 version.