Fix : Vite manifest not found at: /var/www/html/public/build/manifest.json

The manifest.json file is only available till the command npm run dev is running and gets deleted after that. To have this file in your filesystem you need to run the build command

Fixed by running


npm run build

Site Footer