Joel Mitchell

Results 96 comments of Joel Mitchell

#356 references customizing the grouping of the admin panel. In order to cover use-cases of simple and complex sites it's going to be necessary to heavily customize this menu. Any...

We should be able to catch the error and redirect to the 403 custom error page.

The page url should be the main identifier rather than the title. When SEO optimized a title might be long or easily discernible as the page.

Documentation complete, will be published with the v0.12 release.

Fixed. Will be released with the .NET 8 update in v0.12.

Hi there, some things to look at first: 1. What version are you upgrading from? 2. What .NET version are you targeting? 0.11.x targets .NET 6 3. The error is...

Also, if you're using Razor pages in your app you'll need to use `.AddMvc()` instead of `.AddControllersWithViews()`. Perhaps you could try that anyway as the stack trace looks like it's...

I'm not certain, but thinking back to the .NET 6 migration I think the ASP.NET team made some changes around what was/was not registered when using `AddControllersWithViews()`. So it depends...

Documentation and samples have been updated to use `AddMvc()`, these changes will be published alongside the v0.12 release.

I expect this is related to #530, whereby one of your user accounts does not have role access permissions. Bear in mind that if you have multiple user areas, it...