Are you reverse proxying through a server like nginx by any chance? There are default request size limits there. (For nginx specifically, it's this one:
https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size)
Are you reverse proxying through a server like nginx by any chance? There are default request size limits there. (For nginx specifically, it's this one:
https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size)