[GH-ISSUE #792] A click is ignored in "check details view" #557

Closed
opened 2026-02-25 23:42:51 +03:00 by kerem · 7 comments
Owner

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:

image

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: ![image](https://user-images.githubusercontent.com/58336955/219385687-652e1406-f16c-4796-b754-fd0cd36b101b.png)
kerem closed this issue 2026-02-25 23:42:51 +03:00
Author
Owner

@cuu508 commented on GitHub (Feb 16, 2023):

Are there any errors in JS console?

<!-- gh-comment-id:1433254645 --> @cuu508 commented on GitHub (Feb 16, 2023): Are there any errors in JS console?
Author
Owner

@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..

<!-- gh-comment-id:1433785052 --> @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..
Author
Owner

@cuu508 commented on GitHub (Feb 17, 2023):

Do you see any errors (or any other output) in your browser's JS console?

<!-- gh-comment-id:1434168308 --> @cuu508 commented on GitHub (Feb 17, 2023): Do you see any errors (or any other output) in your browser's JS console?
Author
Owner

@pmatuszy commented on GitHub (Feb 18, 2023):

hmmm - I can see this - will it help you to troubleshoot my issue?
image

<!-- gh-comment-id:1435655969 --> @pmatuszy commented on GitHub (Feb 18, 2023): hmmm - I can see this - will it help you to troubleshoot my issue? ![image](https://user-images.githubusercontent.com/58336955/219865044-94920a44-448f-41e1-951c-121444c35b0d.png)
Author
Owner

@cuu508 commented on GitHub (Feb 19, 2023):

My guess is the JS files are out of date, try running

manage.py compress
manage.py collectstatic
<!-- gh-comment-id:1435967180 --> @cuu508 commented on GitHub (Feb 19, 2023): My guess is the JS files are out of date, try running ``` manage.py compress manage.py collectstatic ```
Author
Owner

@pmatuszy commented on GitHub (Feb 21, 2023):

yes - thank you
those helped:

manage.py compress
manage.py collectstatic

Question for better understanding:

  1. Shall I run them at regular intervals - if so how often
  2. can those commands be run while gunincorn is up and running or shall I shut down the web service?
<!-- gh-comment-id:1438158072 --> @pmatuszy commented on GitHub (Feb 21, 2023): yes - thank you those helped: ``` manage.py compress manage.py collectstatic ``` Question for better understanding: 1. Shall I run them at regular intervals - if so how often 2. can those commands be run while gunincorn is up and running or shall I shut down the web service?
Author
Owner

@cuu508 commented on GitHub (Feb 21, 2023):

  1. They should be run on every deployment (every time you upgrade to a newer version). manage.py migrate as well. See the Running in Production section in README.
  2. They don't interfere with a running gunicorn process, and can be run while gunicorn is running.
<!-- gh-comment-id:1438165037 --> @cuu508 commented on GitHub (Feb 21, 2023): 1. They should be run on every deployment (every time you upgrade to a newer version). `manage.py migrate` as well. See the [Running in Production](https://github.com/healthchecks/healthchecks#running-in-production) section in README. 2. They don't interfere with a running gunicorn process, and can be run while gunicorn is running.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#557
No description provided.