UI Builder 404 Page

Velma
Tera Guru

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.

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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"
}

View solution in original post

3 REPLIES 3

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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"
}

Velma
Tera Guru

Thank you. (Not an obvious setting I just missed somehow.) 🙂

Velma
Tera Guru

Directly to the correct sys_ux_page_registry record from inside the experience by Menu/Edit Experience Settings/Advanced Settings.