Vite : Application works on localhost:5173 but not on 127.0.0.1:5173 – Reactjs
My Vite.js application works normally on http://localhost:5173/ but when I am using http://127.0.0.1:5173/ the app does not work. I am using an Intel Mac (MacOs: Ventura 13.0.1). When I tried creating a normal react app, then http://localhost:3000 and 127.0.0.1:3000 both…