-
Notifications
You must be signed in to change notification settings - Fork 814
Closed
Labels
category/umbraco-cmsstate/needs-investigationThis requires input from HQ or community to proceedThis requires input from HQ or community to proceedstatus/discussion
Description
What type of issue is it? (Choose one - delete the others)
Missing documentation
What article/section is this about?
Custom Error Page
https://github.com/umbraco/UmbracoDocs/blob/main/13/umbraco-cms/tutorials/custom-error-page.md
Describe the issue
- The GUID solution is the least optimal, and I would not consider it realistic. Even your documentation warns against this approach.
- XPath seems to be not just the best solution but the only viable solution for ordinary circumstances. For instance, if you wish to serve 404 pages in a multi-tenant environment. This immediately solves the dilemma of localization. It's the only solution that works in production.
- This page does not reference standard XPath placeholder variables. I also suspect the most common scenario would be to route to a specific content type dedicated to 404 pages under the current site root. If it weren't for the pending sunset of XPath, this documentation should be updated to include such a scenario.
- It's crucial to note that throughout Umbraco's documentation, including this page, it's mentioned that "XPath is suboptimal and will be removed in a future version." This message should include more information, or at minimum a link to an article with more information, about what the replacement for XPath will be. This is a significant issue that needs to be addressed promptly.
Metadata
Metadata
Assignees
Labels
category/umbraco-cmsstate/needs-investigationThis requires input from HQ or community to proceedThis requires input from HQ or community to proceedstatus/discussion