0
brauerj@gc.adventist.org created
- ABP Framework version: v7.3.2 Commercial
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered: no
- Steps to reproduce the issue:
Using the CMS menus I created several CMS artifacts including a page and menu and nothing seems to be working! The url-slugs don't work and the menus don't show. The Global Features are activated and I tested whether any migrations were needed but they weren't.
2 Answer(s)
-
0
It looks like your assuming we're using the public website. I'll try adding the public modules to the admin site and see if that works.
-
0
Adding [DependsOn(typeof(CmsKitProPublicWebModule))] to the MainBlazorModule obtained what I was looking for.