Cookie too large = "request header too large" (20$ reward)

I use traefik and get the following error when accessing a page protected by authelia.

image

I've tried everything and I'm out of ideas.

If someone can help me via Discord and fix the problem without a dirty solution i will pay 20$ via PayPal.

You can tell I'm desperate... :sweat_smile:

I got the same issue, did you finde a fix until now?

You're not alone,
There's Github tissue open for that:
Option to configure the size HTTP Request Header Fields (MaxHeaderBytes) #8846

Unfortunately I still haven't found a solution... :neutral_face:

Hi, I had the same problem, had to setup policy rules properly. Maybe it will help you as well?

default_policy: deny
rules:
- domain: 'authelia.domain.tld'
policy: bypass # here, it is important to have bypass policy to your "authelia domain"
- domain: 'any.service.tld'
policy: one_factor