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

ashoor's avatar

vit problem on production

i use laravel/ui in my project and my project work localy with npm run dev

what should i do to work my project in -production - shared hosting without npm-no ssh access-

when i uploaded my project on shared hosting i got this error

Vite manifest not found at: /home/xxxx/public_html/project_name/public/build/manifest.json

can any one help what should i do

thanks

0 likes
2 replies
SilenceBringer's avatar
Level 55

@ashoor run production mode for npm locally - it will generate manifest for you. then just upload it to the server

Please or to participate in this conversation.