cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.79k stars 1.55k forks source link

Cachet v2.3.18 404 on Incident updates #4288

Closed kromonos closed 2 years ago

kromonos commented 3 years ago

As of https://github.com/CachetHQ/Cachet/issues/3529 I have this issue on v2.3.18.

curl --request GET \
  --url https://status.my.cachet/api/v1/incidents/34/updates \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'X-Cachet-Application: Demo'

returns:

{
    "errors":
    [
        {
            "id": "a8b68cb4-4308-49bd-9529-012251847f8f",
            "status": 404,
            "title": "Not Found",
            "detail": "The requested resource could not be found but may be available again in the future."
        }
    ]
}

Same error when I want to create an update. Is this feature disabled? I also wasn't able to find something similar in the dashboard.

welcome[bot] commented 3 years ago

:wave: Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email support@alt-three.com for our Professional support service (please note, this a paid service.) If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs

TH3VenGeuR commented 2 years ago

Hey @kromonos, "Updates" feature is not implemented in 2.3.X (https://github.com/CachetHQ/Cachet/issues/2780#issuecomment-339332267). I personally built a docker image with 2.4 version of Cachet and it works fine.