mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #895] Internal server error for the docs page #632
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#632
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 @hugosxm on GitHub (Sep 22, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/895
Hi,
when I clic on the docs page I get internal server error 500, just next to "account"
Here is the log from the docker :
I use the SITE_NAME env and tried to add a SITE_HOSTNAME env but same result.
This is not a bad bug as the product is still perfeclty usable.
I use the v2.10 official docker image. Also I have haproxy in front but I do not think this is the problem.
@cuu508 commented on GitHub (Sep 22, 2023):
How does your
SITE_ROOTsetting look like, does it include scheme? i.e., is it something likehttps://example.comas opposed toexample.com?@hugosxm commented on GitHub (Sep 22, 2023):
It fixed the problem.... sorry for that ! Thanks !
@cuu508 commented on GitHub (Sep 22, 2023):
Happy to hear that! So was the problem indeed a missing
http://orhttps://prefix in theSITE_ROOTvalue?@hugosxm commented on GitHub (Sep 22, 2023):
Yes it was missing the scheme I added
https://in front of it@cuu508 commented on GitHub (Sep 22, 2023):
We could check for this in a System check and refuse to start up if
SITE_ROOTdoes not have the expected format.I'll reopen this and close once implemented (or it turns out not to be a good idea after all).