Post Error - Payload (Node.js)

Asked

Viewed 61 times

1

Today when I went to perform the post of a larger base 64 is returning it from my server. When uploading a smaller image it sends smoothly, I tried using some solutions limiting the server to 50mb but it didn’t work.

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

Is returning these errors in the request:

Erro do servidor

This is the front part of the bug request:

Erro Front-end

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.