formidable error: bad content-type header, unknown content-type: text/plain;charset=UTF-8 formidable error: bad content-type header, unknown content-type: text/plain;charset=UTF-8 express express

formidable error: bad content-type header, unknown content-type: text/plain;charset=UTF-8


this has been up for a long time, I bet you already solve it.If somebody stumbles with this question as I did, what worked for me was adding .IncomingForm() method on the new form in post controller file, like this:

let form = new formidable.IncomingForm();