Post-Payload Error (Node.js)

1

Today when I was performing the post from a larger base 64 is returning this from my server. When uploading a smaller image it sends without problems, I tried to use some solutions limiting the server to 50mb but it did not work.

server.use(bodyParse.urlencoded({limit: '50mb', extended: true}))
server.use(bodyParse.json({type:'json/*', limit: '50mb'}))

You are returning these errors in the request:

Thisisthepartofthefrontrequesterror:

    
asked by anonymous 31.08.2017 / 19:45

0 answers