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.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Adding [DependsOn(typeof(CmsKitProPublicWebModule))] to the MainBlazorModule obtained what I was looking for.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)