Hi, I am not sure if this is already "solved", but I found that inside /config/nginx/site-confs/default.conf there is a option for server _;
client_max_body_size 2G;
This will make xbackbone throw a 413 even though the limit was set higher than this inside of the php config (and even in the nginx.conf)
I changed it to my limit and fixed my issue