From 5827c0e575af668831e86e8b40bdc2cccb400b58 Mon Sep 17 00:00:00 2001 From: Tom Cooling Date: Thu, 26 Oct 2017 15:12:28 +0100 Subject: [PATCH] Add family:4 to request options in node server - https://github.com/request/request-promise-native/issues/6 --- server/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.js b/server/app.js index dc293fd..2e7e7c2 100644 --- a/server/app.js +++ b/server/app.js @@ -91,6 +91,7 @@ app.post('/login', (req, res) => { logger.info('Using request options for ENV=prod'); options = { method: 'POST', + family: 4, uri: urls.AUTH_URL, timeout: timeouts.API_GW, headers: {