mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-03 00:26:56 -05:00
400 - Request Header Or Cookie Too Large #492
Labels
No labels
EnhancedApp
FoundationApp
FoundationApp
FoundationApp
bug
closed-issue-activity
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
no-issue-activity
question
research
research
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Heimdall-linuxserver#492
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @UtopiaOpera on GitHub (Feb 26, 2022).
Installing in Docker / Portainer using image linuxserver/heimdall:arm32v7-2.2.2 gives me the following error on opening web interface (same issue on :lastest tag):
400 Bad Request
Request Header Or Cookie Too Large
nginx/1.18.0
Container log doesn't seem to show any errors:
Searching the general error for nginx suggests editing etc/nginx/nginx.conf file to include this setting:
Which didn't do anything, same error.
@aptalca commented on GitHub (Feb 26, 2022):
just tested that image on an rpi 4 and it works just fine here
@UtopiaOpera commented on GitHub (Feb 26, 2022):
Um. RiPi 3B+ here. Wondering if it's something to do with 1Gb memory.
@aptalca commented on GitHub (Feb 26, 2022):
How are you accessing it? With or without reverse proxy?
@magnus919 commented on GitHub (Apr 22, 2022):
Still a problem. Running in a Docker container with plenty of free CPU & memory. Spans multiple web browsers.
@UtopiaOpera commented on GitHub (Apr 23, 2022):
I think I tracked this down to not using DNS. This could just be down to Firefox which I use, or not, but when all your services use the same IP address, all the cookies for all your different services are stuffed into one single cookie file. I don't see why it's a problem because it's still a tiny file size, and I can't remember now if I looked into increasing the allowed size of a cookie.
Anyway, I ended up using the local DNS service in Pi Hole in combination with Nginx proxy manager, and I haven't had the cookie too large error since.
@snachodog commented on GitHub (Feb 11, 2025):
I encountered this error for the first time, - I just access Heimdall directly with the internal network IP address and your tip about the cookies saved the day. I cleared the cookie and it was all good again. Going to put it back into Nginx Proxy Manager so I don't have to deal with this issue.
@yewkay commented on GitHub (Feb 27, 2025):
Just encountered this issue today as well. Using a different browser allowed me to access the page as normal. Cleared cookie for the heimdall page and everything loads. However, the issue comes back after a few hours. Clearing cookie again works. Doesn't seem to be a permanent solution if i have to keep clearing cookies every few hours.