mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #500] Server error 500 in 1.20.0 #367
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#367
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 @mzch on GitHub (Apr 22, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/500
After updating to
1.20.0, HealthChecks cause an error500whenDEBUG = Falseand clicking a defined project.When
DEBUG = True, HealthChecks runs normally.Could anyone tell me how to fix this issue?
OS: Debian
10.9Python:
3.7.4and3.9.4DB: MariaDB
10.5.9@tonoriesco commented on GitHub (Apr 22, 2021):
I had the same problem this morning after upgrading 1.20.
I solved with:
python manage.py compressHope helps.
@mzch commented on GitHub (Apr 22, 2021):
Great! Fixed my problem. Thanks!