0

After update my Next.js app to 9.4 version I can't navigate to my route. Working only main page '/' (index.js). Everything worked very well before. Now, when I run my app the terminal show this terminal info and, when I want to go for example to '/about' I have error 404.

brc-dd
  • 10,788
  • 3
  • 47
  • 67

1 Answers1

0

I had names of pages files with a capital letters (it works in 9.3 version of Next but not now). I changed it to lowercase and now works.