Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

csaba_szekely's avatar

Laravel deploy "Vite manifest not found" error

Hi!

I want to deploy my laravel project to a shared host and I get this error :

Vite manifest not found at /home/domainroot/laravel/public/build/manifest.json

My folder structure is :

`/laravel/____project files

/public_html/___public files`

on the shared host, and I have the manifest.json file in the /public_html/build/manifest.json

  • I runed npm update also npm install and npm run build before uploading files to the host.

I searched the forums and the net but did't find a solution to my problem....

0 likes
3 replies
csaba_szekely's avatar

Deploy laravel on shared hosting "Vite manifest not found" error

Why is vite looking for the manifest.json in /home/domainroot/laravel/public/build/ and not in /home/domainroot/public_html/build/ ??

How do I change the PATH were vite searches for the manifes.json ?

Please or to participate in this conversation.