Closed wdvvgy closed 5 years ago
504 generally means that server took too long to revert back with a response and forward-reverse proxy terminated that connection midway i.e. there is some mistake from HackerEarth end.
Will check and revert here!
Thank you.... Your node api is very helpful for me ^^
Well, it does not work right now. There is no response from the Restful API.
I found this instead of a normal response. body: '\r\n
504 Gateway Time-out
I think the server is
abnormal.
Could you confirm it?` router.post('/run', (req, res) => { const { code, mode } = req.body.obj; if(typeof code !== 'string' || typeof mode !== 'string') return res.json({message: 'Bad Request'});
}); `