-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
My project size is 40mo (a lot of screens and images)
Fuxa by default dont allow it beacause of his size.
I can can increase it in the file server/main.js, I add this :
`const bodyParser = require('body-parser');
app.use(bodyParser.json({ limit: '500mb' }));
app.use(bodyParser.urlencoded({ limit: '500mb', extended: true }));`
Maybe we can upgrade the size max by default, configure it, alert or send a message in the toaster if the max size is full.
Thanks !