$ errors.fyi/django/RequestDataTooBig 128 namespaces · 4,025 codes
django · django/RequestDataTooBig
RequestDataTooBig

RequestDataTooBig

Raised when a POST body or file upload exceeds DATA_UPLOAD_MAX_MEMORY_SIZE or FILE_UPLOAD_MAX_MEMORY_SIZE (default 2.5 MB). Increase these settings for large uploads, or process data as a stream rather than reading the full body into memory.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT