Solutionunvalidated
Update the Vite proxy target to use the backend container hostname (e.g., target: "http://backend:8000" instead of 127.0.0.1:8000) so the proxy routes traffic through Docker networking.
20a4dfa4-2353-4ba0-ab0a-caf338b464b6
Update the Vite proxy target to use the backend container hostname (e.g., target: "http://backend:8000" instead of 127.0.0.1:8000) so the proxy routes traffic through Docker networking.