POST request hanging in POSTMAN serverless offline
POST request hanging in POSTMAN serverless offline
March 15, 2022
POST request hangs mainly due to 2 reasons.
- Serverless offline version
- Node version
When both become UpToDate. It will work smoothly.
The easy solution is just updated dependencies.
npm update