# https://stackoverflow.com/questions/52470841/with-nextjs-and-next-routes-how-to-handle-404-from-server-js-and-also-client-si Stack Overflow With NextJS and next-routes, How to Handle 404 from server.js and a... I'm wanting my next-routes to gracefully handle file not found (really route not found) when running from server.js (server side) as well as running on the link side with Link. I've got a solution...