Keyboard

Shortcuts

Command palette
K
Home
gh
About
ga
Projects
gp
Expertise
gx
Journal
gj
Contact
gc
Copy email
e
Call
c
Toggle theme
t
Show this help
?

↑↓ to navigate · Enter to open · Esc to close

Craft

Vite manifest missing: a 90-second playbook

TL;DR Missing `public/build/manifest.json` → `npm run build` then re-upload the `build` folder.

09 Sep 2025 · Albert Nicolas

  • vite
  • laravel
  • deploy
  • ionos
Vite manifest missing: a 90-second playbook

1 min read Reading 0%

Laravel message:

Vite manifest not found at: public/build/manifest.json

I mostly see it after rsync / FTP where public/build was skipped, or npm run build never ran.

Playbook

# Locally (or CI)
npm ci
npm run build

# Verify
ls public/build/manifest.json

# Then sync public/build to the server
php artisan optimize:clear   # on the server

← Back to journal

Contact me Call