You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is controlled by the HTTP header X-OpenRosa-Accept-Content-Length sent by KC. That's not yet configurable by environment variable, but I've opened an issue for that: kobotoolbox/kobocat#435.
Let's use 100 megabytes for X-OpenRosa-Accept-Content-Length and increase the NGINX limit to 105 megabytes (if you think that's enough headroom). Overall, the HTTP request needs space to include:
Binary attachment up to 100 megabytes
XML of the submission (text responses only; not large)
This is controlled by the HTTP header
X-OpenRosa-Accept-Content-Length
sent by KC. That's not yet configurable by environment variable, but I've opened an issue for that: kobotoolbox/kobocat#435.Let's use 100 megabytes for
X-OpenRosa-Accept-Content-Length
and increase the NGINX limit to 105 megabytes (if you think that's enough headroom). Overall, the HTTP request needs space to include:Flowdock thread for reference (warning: super long) https://www.flowdock.com/app/kobotoolbox/kobo/messages/1112477
The text was updated successfully, but these errors were encountered: