rkang427
(Rkang427)
1
Hello - my Vercel app runs locally but not when deployed
**404**: NOT_FOUNDCode: `NOT_FOUND`ID: `dev1::idvgo-1746286309841-e4e8f55df0b0`
this is my package.json
{
"name": "tsa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
}
}
The below is my directory.
system
(system)
2
There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.
A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.
pawlean
(Pauline P. Narvas)
3
Hey Rkang! Have you had the chance to look at the 404 post above? Did it help?