Skip to content
Discussion options

You must be logged in to vote

I don't know if it's due to the latest updates or not, but adding the below bits in NPM fixed the issue with passkey. Digging around I found out that the passkeys carry much larger payload, but mail-archiver was the first one that gave me that bad gateway issue.
Perhaps might be worth adding a note/hint somewhere in the guides for Authelia if passkey is used in combo with NPM.

This is the advanced setting I added to the entry:

proxy_buffer_size 256k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
large_client_header_buffers 4 256k;

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@Minkulai
Comment options

@s1t5
Comment options

s1t5 Jun 2, 2026
Maintainer

@Minkulai
Comment options

@Minkulai
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Minkulai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants