@kevink2k19 Define “not working”.
Running npm run build should create static assets within your public/build directory. Seeing https:://[::1]:5173 suggests you’re running npm run dev instead.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Vite is not working on hosting server. I run command "npm run build" but it's not working after I upload my project online. It is just loading https:://[::1]:5173 instead of website url. What should I?
Please or to participate in this conversation.