Closed AmmarSiddiqi closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
wafrn | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 26, 2024 5:21pm |
OH. SO THAT WAS THE ISSUE
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Starting with Node version 17, resolving http://localhost: doesn’t always map to http://127.0.0.1:, depending on the machine's configuration. This can lead to ECONNREFUSED errors when using a proxy that targets localhost. To prevent this, the proxy target has been updated from http://localhost: to http://127.0.0.1:.
This change should ensure consistent connection across different environments.
Reference: https://v17.angular.io/guide/build#proxying-to-a-backend-server