Hello
So I am working on an Umbraco 13.5.3 site and I want to set/customize the built in Umbraco No Nodes default view/template, but I am having no luck when I try to set the AppSetting.
Well for this particular instance I am working on, it is being used purely as an API endpoint and does not contain any pages that have a template assigned to them, and I would prefer to have just a simple message or page saying the project rather than the default Umbraco no nodes page.
OK this is me being an idiot!
This works just fine when you do indeed have no content nodes in your site and a view at Views/CustomNoNodes.cshtml works just fine if you set the path to ~/Views/CustomNoNodes
As soon as I add a content node and even if the doctype does not have a template set to it. The No nodes view goes away and the 404 Umbraco built in error displays.