genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
143 stars 23 forks source link

Laravel Vite #102

Closed icreaciones closed 1 year ago

icreaciones commented 1 year ago

Hi guys,

I have successfully installed Valet Linux Plus on a remote server. I've set up a website and everything is working fine—I can access it perfectly from my machine. However, when I configure Vite with a clean installation of Laravel, it doesn't work.

I've configured Vite to have the same host as the "laravel.test" application. I've started the server with "npm run dev" and it launches perfectly. However, the URL generated by Laravel Vite as the server doesn't receive a response. It's as if port 5173 is not responding or not properly configured with Nginx or something similar.

image image image

Thankssss¡¡¡¡

uttamrabadiya commented 1 year ago

@icreaciones

I believe we have same issue closed recently and it was resolved by Laravel's vite configuration. Please review below issue once.

Related issue: https://github.com/genesisweb/valet-linux-plus/issues/104

Thanks!