Issue with 404 Page configuration

I’m trying to create a custom 404 error page, but when I followed the instructions on umbraco documentation

my page still appear like this

1 Like

this is an issue and is expected to be fixed on next version Custom 404 Error Page not working in umbraco 16 · Issue #19567 · umbraco/Umbraco-CMS · GitHub

2 Likes

@BishalTimalsina12

Are you sure that is an issue from Umbraco side?

And if yes do you know when the next release that will fix this issue will be ready?

Thank you

Yes, this does seem to be a regression on the Umbraco side it was confirmed and fixed by the team. , the fix will be included in version 16.1, Further fix to configuration classes using ISet, resolving regression with custom 404 pages by AndyButland · Pull Request #19573 · umbraco/Umbraco-CMS · GitHub so it should be available in that release 16.1😊

1 Like

Thanks a lot for your support :folded_hands:

I do not think this fixes it.
I did everything here:

I have gone through everything in startp.cs I have made doc types, normal pages I have tried contentKey and xpath in appsettings and everything in between and can not get it to work in 16.1.1

It works for me unless I’ve missed something. Umbraco 16.1.1

My Document types section is below

Content

Ensure you have a template set for Not Found.

Content of the not found page to display

Visit homepage

Enter a non-existent page

My config file

Content key is found under the Not found page > Info

1 Like