-
-
Notifications
You must be signed in to change notification settings - Fork 47
Header fields are too long #65
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working