1

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

GeniusHawlah
  • 472
  • 5
  • 17

1 Answers1

-1

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

GeniusHawlah
  • 472
  • 5
  • 17