Skip to content

Custom error page 404 not working #19868

@Navorski

Description

@Navorski

Which Umbraco version are you using?

13.9.3

Bug summary

When i configure a custom error page (what worked in previous versions) with the current v13 version it is not working anymore.

in my appsettings i am using it this way
"Content": {
"Error404Collection": [
{
"Culture": "default",
"ContentKey": "98085744-be6e-49c7-852f-2e812a1b06db"
}
],
"AllowEditInvariantFromNonDefault": true,
"ContentVersionCleanupPolicy": {
"EnableCleanup": true
}
},

But it seems to be ignored. i keep getting the default umbraco 404 page.

Specifics

I got out a project that was on umbraco 13.3.0 where it was still working fine, i updated the project to the latest umbraco 13.9.3, and the custom error page was gone, i got the umbraco default 404 page again.

I have a home page in 3 cultures (nl, en and fr)
i tried with a custom error page that didn't have a culture, i tried with a culture, i tried the error page at the root, i tried the error page as a subpage of my home document
The home document has 3 domain names
/en -> English
/nl -> Dutch
/fr -> French

Steps to reproduce

Just try to configure a custom error page.

Expected result / actual result

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions