#Custom Not-Found

3 messages · Page 1 of 1 (latest)

atomic gust
#

Hi everyone!

I’d like to understand the correct approach to implementing a custom 404 page in my application. Currently, Payload CMS is using the default Next.js 404 page, and it’s not clear what the best way is to override this behavior without causing conflicts with Payload’s own layout.

Has anyone dealt with this before or knows the recommended way to handle this scenario?

hollow sleet
#

Hey @atomic gust if you want to modify the 404 page, you can just edit src/app/(frontend)/not-found.tsxas you see fit!