Ignacio Gonzalez Chemes
Ignacio Gonzalez Chemes
I have the same problem, I can't make the image build.
@PulkitMishra Yep, @augsaksham 's comment resolved the problem.
```js app.use(BodyParser.json({ limit: '50mb' })) app.use(BodyParser.urlencoded({ limit: '50mb', extended: true })); ```
> > ```js > > ```js > > app.use(BodyParser.json({ limit: '50mb' })) > > app.use(BodyParser.urlencoded({ limit: '50mb', extended: true })); > > ``` > > > > > > >...