startup-nextjs icon indicating copy to clipboard operation
startup-nextjs copied to clipboard

error 404 page could not be found.

Open QuanLab opened this issue 1 year ago • 0 comments

I have run the following commands:

npm run build npm run start

> [email protected] start
> next start

   ▲ Next.js 14.1.0
   - Local:        http://localhost:3000

 ✓ Ready in 399ms

And I go to the:

http://localhost:3000/

It return 404 page could not be found.

OS: Mac NodeJS version: v20.14.0

QuanLab avatar Jun 08 '24 03:06 QuanLab