Vite proxy doesn’t connect to localserver Express
I’m building a full stack app with the backend developed in Node/Express and the front end managed by React/Vite. If on the frontend I’m fetching data straight from localhost and no proxy configuration in vite.config.js
everything works as expected:
APP.JSX