Hello, I have a HAOS installation running with various add-ons, including Node-RED and Nginx. When I deploy from Node-RED, I get the error mentioned in the subject.
It seems this happens when the size of the request exceeds the configured limit on the server. I would need to add "client_max_body_size 100M;"
to the configuration, but there is no option to set this within the settings or an nginx.conf
file to modify.
Any ideas?
do you use a reverse proxy?
this issue has been fixed long ago, there is “client_max_body_size 512m;”