Reputation: 37
I'm running my node.js API on Azure virtual machine, also at that virtual machine there is an SQL server, my API is running, and when I'm trying to send a request from postman on my PC to the cloud virtual machine it's giving error connect ETIMEDOUT, I'm new to the backend development and also cloud concept, I tried to allow inbound traffic to API port (8090) on Azure virtual machine but it didn't solve the issue.
Upvotes: 0
Views: 943
Reputation: 19979
Could you goto settings and try putting max size and timeout as 0
Upvotes: 0