404 in Umbraco 9 - custom page not working for doctypes without template
I've been scratching my head over this one, I have three types of general urls in my project...
Published doctypes with a template
Published doctypes without a template (404 not found)
A spurious url that doesn't lead to any doctype/published url (404 not found)
The problem I have is after following the default 404 page to the docs for configuring your own custom 404. The custom page only works for 3 and NOT 2. 2 continues to display the default 404 page! Uggh!
I've tried a custom Content Finder and that overrides the appsettings entries but I still get the default 404 page for 2.
How do I fix this and get a custom 404 for pages without a template?
404 in Umbraco 9 - custom page not working for doctypes without template
I've been scratching my head over this one, I have three types of general urls in my project...
The problem I have is after following the default 404 page to the docs for configuring your own custom 404. The custom page only works for 3 and NOT 2. 2 continues to display the default 404 page! Uggh!
I've tried a custom Content Finder and that overrides the appsettings entries but I still get the default 404 page for 2.
How do I fix this and get a custom 404 for pages without a template?
Just using Kestrel, dotnet run build
Has been reported as an issue on Github as well: https://github.com/umbraco/Umbraco-CMS/issues/12230. No solution yet as far as I can see
Yup, that'll be it! Many thanks for the heads up. I'll await the (pretty fundamental) fix.
is working on a reply...