mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #792] A click is ignored in "check details view" #557
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#557
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 @pmatuszy on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/792
Hello
In the latest release clicking on that doesn't work anymore - the click is ignored. Expected action: show details of the run:
@cuu508 commented on GitHub (Feb 16, 2023):
Are there any errors in JS console?
@pmatuszy commented on GitHub (Feb 16, 2023):
completely nothing in gunicorn logs (neither errorlog nor accesslog)... :-(
I was tailing both logs while I was clicking - nothing was logged there..
@cuu508 commented on GitHub (Feb 17, 2023):
Do you see any errors (or any other output) in your browser's JS console?
@pmatuszy commented on GitHub (Feb 18, 2023):
hmmm - I can see this - will it help you to troubleshoot my issue?

@cuu508 commented on GitHub (Feb 19, 2023):
My guess is the JS files are out of date, try running
@pmatuszy commented on GitHub (Feb 21, 2023):
yes - thank you
those helped:
Question for better understanding:
@cuu508 commented on GitHub (Feb 21, 2023):
manage.py migrateas well. See the Running in Production section in README.