Error del servidor Carga útil Demasiado grande Base64 Imagen

app.use(bodyParser.json({
    extended: true,
    limit: '50mb'
}));
JulesG10