Vite not loading on server?
i think i did something wrong but i cant figure it out.
after finishing my project locally, i made npm run build.
then after that i moved all the files to my linux server.
i changed the app env to production, updated the app url to my url.
now when im trying to enter the panel i made:
those are the errors i getting, what can be the issue?
after finishing my project locally, i made npm run build.
then after that i moved all the files to my linux server.
i changed the app env to production, updated the app url to my url.
now when im trying to enter the panel i made:
GET http://[::1]:5173/resources/css/filament/panel/theme.css net::ERR_CONNECTION_REFUSED
panel:73
GET http://[::1]:5173/@vite/client net::ERR_CONNECTION_REFUSED
those are the errors i getting, what can be the issue?