638 viewsMern Amazona

Hi! How your aplication always get right url? My problem is that without

 axios.defaults.baseURL = “http://localhost:5000”;
i can`t get data from backend because without it my app always try to get data from localhost:5173(my frontend url).
Also on my web site on vercel(dont use heroku because of recent leak of data) I can`t get data from backend. i just get 404 error

Denys Asked question January 4, 2023

i have the same problem deploying to Vercel:

i just get 404 error

react router dom works but no products or users are found, its like its not connecting to the database, i guess

but in the local version was working!