vite build for react is concatenating frontend server url in the front of backend url
In dev server, all api urls are working fine. But when I am using “vite build” and running the server, the frontend url are appending in front of backend url.
In dev server, all api urls are working fine. But when I am using “vite build” and running the server, the frontend url are appending in front of backend url.