Hi,
I’m experiencing a strange issue with Vercel CLI.
My environment:
- Vercel CLI 54.18.1
- Node.js 24.17.0
- Termux (Android)
Problem:
- “vercel --prod --token ” fails with:
“Error: request to https://api.vercel.com/v13/deployments failed, reason: read ECONNRESET”
What I’ve tested:
-
The same project deploys successfully when using a VPN.
-
The same project also deploys successfully using another person’s mobile hotspot.
-
It only fails on my home ISP.
-
“ping vercel.com” works.
-
“curl https://api.vercel.com” works.
-
The project is linked successfully.
-
The token is valid.
Has anyone experienced this? Is this likely caused by ISP routing/security, or is there anything else I should check?
Thank you.