cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Displaying a metric on the dashboard fails with error 500 code #365

Closed jonathon2nd closed 4 years ago

jonathon2nd commented 4 years ago

Issue on Cachet repo: https://github.com/CachetHQ/Cachet/issues/3920 Using Cachet docker version 2.4.

I created metric a metric in cachet, viewing it in the dashboard results in 500 error in the browser console,

Request URL: https://status-test.example.com/metrics/1
Request Method: GET
Status Code: 500 

with graph 'Loading Data'. image

Not seeing any errors in cachet or postgres.

I have been digging around in the various open and closed issues in both repos, and have not been able to identify a fix which works.

I am sorry if I am missing something, any help would be appreciated.

jonathon2nd commented 4 years ago

This is caused by a problem with cachet https://github.com/CachetHQ/Cachet/issues/3254. By adding https://github.com/CachetHQ/Cachet/pull/3830 and building docker image using it, I was able to resolve this issue. Looking to see if the pull will be merged.

kepikoi commented 4 years ago

Hey, I'm still experiening this issue using the docker image cachethq/docker and software version 2.4.0-dev. Since this issue has been closed, I'm wodering about the progress of this. As far as I can see @jonathon2nd's https://github.com/CachetHQ/Cachet/pull/3830 is still not merged

Kas-2 commented 4 years ago

Hey, I'm still experiening this issue using the docker image cachethq/docker and software version 2.4.0-dev. Since this issue has been closed, I'm wodering about the progress of this. As far as I can see @jonathon2nd's CachetHQ/Cachet#3830 is still not merged

I've got it too!

djdefi commented 4 years ago

https://github.com/CachetHQ/Cachet/pull/3830 would be the issue to bump. This Docker image just packages the upstream Cachet project.