Skip to content

[FEATURE] Increase Projet max Size  #1346

@sephi251090

Description

@sephi251090

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions