@alper: thanks for the workaround..
I have an error with abp 4.3.0 and the Tiered MVC Version I think we got that error before, but could not find a issue here at that page.
Steps to reproduce:
(Also an bug or feature : The AddItem Menu Entry in MenuContributor is in a different place at ConfigureUserMenuAsync instead ConfigureMainMenuAsync)
I did check the index.js from that Item. There seams to be an error at the controller at line 3:
var inventoryItemService = window.tierTest.controllers.inventoryItems.inventoryItems;
instead of : var inventoryItemService = window.tierTest.controllers.inventoryItems.inventoryItem;
I couldn't fix, because it seams that are more errors somewhere..
It works well if i generate a new ap without the Tired Option.
Do you got an workaround ?
ok, sorry.. i will follow that link
It would be great if you could provide a Link for addressing issues and feature requests for abp suite. This is usefull to getting Feedback for you what features are wished by your customers and handling issues. On GitHub we can post for the free abp framework, so one different for commercial would be great.
If you save and generate Entities after a change again in Abp Suite, then within the Project AutomapperProfile.cs the CreateMap Entries are duplicated not replaced.
@alper: I did reinstall 4.30-rc.2 and from my 3 Errors now 2 are gone, one left:
Reinstall: dotnet tool uninstall Volo.Abp.Suite -g dotnet tool uninstall Volo.Abp.Cli -g
dotnet tool install -g Volo.Abp.Cli --version 4.3.0-rc.2 dotnet tool install -g Volo.Abp.Suite --version 4.3.0-rc.2
Generating blazor server solution now works: abp new test -u blazor-server --preview
Opening the generated test solution with abp suite and Crud Page Generator: Still same Error: "Cannot find the directory"
Adding an Entity to Blazor Web Asssembly now works and doesnt fail anymore: abp new test2 -u blazor --preview