Replies: 2 comments
-
Hi @simpel ! I think what you need is custom, content manageable 404 page that comes from sitecore. There are some comunity blog posts that explain how that can be achieved. |
Beta Was this translation helpful? Give feedback.
-
tldr; You will have to set up an error page in your Sitecore instance at a specific path. When someone punches in a route that doesn't exist in the browser and your layout service returns nothing, you gotta kick off a fetch for that error route and then return the A helpful blog-post can be found here: https://www.getfishtank.com/blog/sitecore-jss-authorable-404-page-for-nextjs-front-end |
Beta Was this translation helpful? Give feedback.
-
Description
Hi!
Quick question; How can we use on the NotFound.tsx page. We want to show our mainmenu on the 404 page but can't figure out how to get the data in a good way.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions