Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request Header Fields Too Large #1921

Open
hguilbert opened this issue Feb 25, 2025 · 3 comments
Open

Request Header Fields Too Large #1921

hguilbert opened this issue Feb 25, 2025 · 3 comments
Labels
needs feedback Further information is requested

Comments

@hguilbert
Copy link

This is more support ...

Snappymail returns this error "Request Header Fields Too Large" with a user account with the multi-account function via the command at the top right (Add Account).

What could be the cause??

Thanks

OS Debian Bullseye
MAP daemon : dovecot
PHP version : php-fpm 7.4
Browser : Firefox 135
SnappyMail Version : 2.38.2

@the-djmaze
Copy link
Owner

This is an HTTP 431 error.
Please check your apache/nginx logs why this happens.

@the-djmaze the-djmaze added the needs feedback Further information is requested label Mar 10, 2025
@hguilbert
Copy link
Author

Thanks for your reply
Can this help you??

GET / HTTP/2.0" 431 360 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /snappymail/v/2.38.2/static/js/serviceworker.js HTTP/2.0" 431 330 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET / HTTP/2.0" 431 360 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /favicon.ico HTTP/2.0" 431 307 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /snappymail/v/2.38.2/static/js/serviceworker.js HTTP/2.0" 431 330 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET / HTTP/2.0" 431 333 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /favicon.ico HTTP/2.0" 431 307 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET / HTTP/2.0" 431 360 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /favicon.ico HTTP/2.0" 431 307 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /favicon.ico HTTP/2.0" 431 307 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0

@hguilbert
Copy link
Author

Additionally, after Apache switched from HTTP/2 to HTTP/1.1, a new "Bad Request" error appeared

GET / HTTP/1.1" 400 711 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /favicon.ico HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /snappymail/v/2.38.2/static/js/serviceworker.js HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET / HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET / HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /snappymail/v/2.38.2/static/js/serviceworker.js HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET / HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /snappymail/v/2.38.2/static/js/serviceworker.js HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET / HTTP/1.1" 400 6897 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /snappymail/v/2.38.2/static/js/serviceworker.js HTTP/1.1" 400 6897 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET / HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
GET /snappymail/v/2.38.2/static/js/serviceworker.js HTTP/1.1" 400 1436 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs feedback Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants