'I'm experiencing a long response time in posting data in postman api

When I send a request in postman api, the application freezes or is stuck on the Sending Request screen.And it is unable to post data. Can anyone helps me to solve this issue.

Thanks in advance



Solution 1:[1]

This can happen if you are debugging your nodejs server and it's caught on a breakpoint. If so, the response will hang. To fix it, just disable that breakpoint, restart your nodejs server, and issue the request again with Postman.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sagar