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

beracah.kings's avatar

Server Version

My livewire site works in local environment (php artisan serve) but when i upload in the webserver, viteclient is throwing errors.::1:5173/@vite/client:1

   Failed to load resource: net::ERR_CONNECTION_REFUSED
   Failed to load resource: net::ERR_CONNECTION_REFUSED
   Failed to load resource: net::ERR_CONNECTION_REFUSED

What config has to be changed to rectify this issue.

0 likes
1 reply
Tray2's avatar

Have you run the npm build command, and uploaded the css and js files?

Please or to participate in this conversation.