- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2022 02:29 PM
How do you set a custom 404 page for an experience? There are custom 404 pages in some sample applications and I believe they work--it seems there must be a setting somewhere in configuration, but I can't find it.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 06:44 AM
Hi Velma,
If you already have a page created to act as your 404 page, you can go to the UX Application [sys_ux_page_registry] record for your experience, and add this to the Auth routes field:
{
"custom404":"your-404-page-route"
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 06:44 AM
Hi Velma,
If you already have a page created to act as your 404 page, you can go to the UX Application [sys_ux_page_registry] record for your experience, and add this to the Auth routes field:
{
"custom404":"your-404-page-route"
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 10:35 AM
Thank you. (Not an obvious setting I just missed somehow.) 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 10:37 AM
Directly to the correct sys_ux_page_registry record from inside the experience by Menu/Edit Experience Settings/Advanced Settings.