middlewareClientMaxBodySize)next.config.js: middlewareClientMaxBodySize: process.env.ARCHESTRA_MIDDLEWARE_BODY_LIMIT || '50mb'
}```
Can a contributor please open an issue for this please?Read-only live mirror of Archestra.AI Slack
👋Join the discussion withAI enthusiasts!middlewareClientMaxBodySize)next.config.js: middlewareClientMaxBodySize: process.env.ARCHESTRA_MIDDLEWARE_BODY_LIMIT || '50mb'
}```
Can a contributor please open an issue for this please?10MB truncation issue is fixed in v1.2.52, so chat uploads handle much larger files now. The current default is 50MB per attachment, which should comfortably cover the 10-25MB average you mentioned and is a sensible starting point for the first round.ARCHESTRA_API_BODY_LIMIT on the backend — env var, no rebuild needed, just a restart.