Search code examples
reactjsnext.jshttp-status-code-404refresh

Error 404 when you refresh a Next.js page


I am getting this error whenever I try to refresh a routed page in my small Next.js app.


Solution

  • I solved it by adding an hash before the href url, such as <Link href='#/link'>