Since the last 1.1.2 update when I try to access the device over a reverse proxy (so I can open it over public internet) I get the message:
"Header fields are too long"
I've configured SWAG (Nginx) with 16K buffers:
# `nginx.conf`
http {
large_client_header_buffers 4 16k;
}
All the other sites I'm publishing over this proxy are working fine, as Aura was before the update.
Tested in my Android phone (Vivaldi browser) and Chrome/Edge on a Windows 11 PC.
Is this a bug or I need to increase the header size in my reverse proxy? If so, which size?
If I flash 1.1.1 it works perfectly fine over the reverse proxy again.
Since the last 1.1.2 update when I try to access the device over a reverse proxy (so I can open it over public internet) I get the message:
"Header fields are too long"
I've configured SWAG (Nginx) with 16K buffers:
All the other sites I'm publishing over this proxy are working fine, as Aura was before the update.
Tested in my Android phone (Vivaldi browser) and Chrome/Edge on a Windows 11 PC.
Is this a bug or I need to increase the header size in my reverse proxy? If so, which size?
If I flash 1.1.1 it works perfectly fine over the reverse proxy again.