Laravel Jetstream Livewire Vite Cpanel Deployment
My SetUp:
Laravel: v9.22.1
PHP: v8.1.8
Everything works perfectly on local enviorement but when I deploy the app on Cpanel I get this error:
Unable to locate file in Vite manifest: resources/css/app.css.
I think is something related with Vite because if I dont run npm run build in my local it shows the same error:
Unable to locate file in Vite manifest: resources/css/app.css.
I
2
Answers
In my chase this problem was caused because in my manifest inside the build folder I had this error :
![problem][1] [1]: https://i.stack.imgur.com/2jAVk.png
Correcting the to /
fix the problem.
For me was:
When i used in view
I had to add in vite.config.js corresponding path