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