Skip to content

Header fields are too long #65

@glaucon1984

Description

@glaucon1984

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"

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions