I\'m building a node.js and express.js web app and it doesn\'t works as expected when a post request takes longer than 2 mins. What happens is that after 2 mins my
I fixed my issue by removing the web browser's timeout as explained here: https://github.com/expressjs/express/issues/2174