Open SelimEmre opened 2 months ago
Thank you @SelimEmre for reporting issue and offering a solution. Let me put this to Backlog, your suggested solution can be used until we implement a permanent solution.
Hello, can I help the project as much as possible?
Hi @Playmaker12345 of course, you can help with the project! You can fork the repository and create a pull request from your branch. Just make sure to add tests for your code 😎
Short description
When attempting to log in for the first time, the following error is encountered: "Request header is too large." This issue consistently occurs during initial login attempts and appears to be related to the size of the request header being sent. It only resolves when using an incognito window.
The problem is related to the
maxHttpHeaderSize
parameter, which defaults to8 KB or 8192 bytes
. We may consider increasing this value to64 KB or 65536 bytes
. When I added<entry key="maxHttpHeaderSize" value="65536" />
toconnectionProperties
in thejee-container.xml
file, the issue was resolved.Environment
Steps to reproduce
./start.sh
localhost:5080
using the Mozilla Firefox browser.Expected Behavior
I expect to be able to access the Ant Media Server Dashboard.
Actual Behavior
I couldn't access the Ant Media Server Dashboard.
Workaround Solution
If I try using an incognito window, the issue is resolved.
Logs
Request Header (8.389 kb) details