ecommerce-admin
ecommerce-admin copied to clipboard
Server Error UnsupportedMediaTypeError: missing content-type header
hi. on the 2.38.58 min my error is ===>
const form = new multiparty.Form(); 14 | const { fields, files } = await new Promise((resolve, reject) => {
15 | form.parse(req, (err, fields, files) => { | ^ 16 | if (err) reject(err); 17 | resolve({ fields, files }); 18 | console.log(err);
were you are to solve the problem... I'm facing the same for a couple of hours