ecommerce-admin icon indicating copy to clipboard operation
ecommerce-admin copied to clipboard

Server Error UnsupportedMediaTypeError: missing content-type header

Open ChernyshArtem opened this issue 2 years ago • 1 comments

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);

ChernyshArtem avatar May 07 '23 16:05 ChernyshArtem

were you are to solve the problem... I'm facing the same for a couple of hours

Miche-Mario avatar Jul 31 '23 09:07 Miche-Mario