Next.js Discord

Discord Forum

Not Found 404?

Unanswered
Havana posted this in #help-forum
Open in Discord
HavanaOP
Just made a NextJS 14.1 app and style it with shadcn/ui and after sometime I start getting these error after refreshing the website for more than 2 times, I was developing without any issues without hitting the reload page and now it's not allowing me to see the website and get these errors:
GET http://192.168.1.225:3000/ 404 (Not Found)
192.168.1.225/:1 
GET http://192.168.1.225:3000/_next/static/chunks/webpack.js net::ERR_ABORTED 404 (Not Found)
192.168.1.225/:1 
GET http://192.168.1.225:3000/_next/static/chunks/react-refresh.js net::ERR_ABORTED 404 (Not Found)
192.168.1.225/:1 
GET http://192.168.1.225:3000/_next/static/chunks/main.js net::ERR_ABORTED 404 (Not Found)
192.168.1.225/:1 
GET http://192.168.1.225:3000/_next/static/chunks/pages/_app.js net::ERR_ABORTED 404 (Not Found)
192.168.1.225/:1 
GET http://192.168.1.225:3000/_next/static/chunks/pages/_error.js net::ERR_ABORTED 404 (Not Found)

Note that there's no error in the server console.

4 Replies

HavanaOP
after sometime I got this warn in bold yellow color.
HavanaOP
Also got this just now in 14.0.4, I was using the 14.1
HavanaOP
Also getting this sometimes