[Vuejs]-PayloadTooLargeError: request entity too large when upload image

0👍

I change the parser limit using
bodyParser.json({ limit: "50mb" })
and works for me

Leave a comment