mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #445] MS Edge (Chromium) - Not working with HalthChecks #336
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#336
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 @AlphaOmega2020 on GitHub (Oct 27, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/445
When accessing HealthChecks with MS Edge (Chromium), you get an error: invalid HTTP request size (max 4096)...
To fix:
Edit: /app/healthchecks/uwsgi.ini
add:
buffer-size = 32768@cuu508 commented on GitHub (Oct 27, 2020):
Looking how to I reproduce this – are you doing something specific (e.g., submitting a form) when you hit the error?
@AlphaOmega2020 commented on GitHub (Nov 9, 2020):
nothing, just installed HC and tried to access via MS Edge.
@cuu508 commented on GitHub (Nov 9, 2020):
Were you using one of the 3rd party Dockerfiles? If that's the case, it should be fixed in the Dockerfile's repository, where uwsgi.ini lives.