POST request hanging in POSTMAN serverless offline
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
POST request hangs mainly due to 2 reasons.
The easy solution is just updated dependencies.
npm update