Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HEAD method on /health endpoint throw 404 error #687

Closed
1 of 3 tasks
moinologics opened this issue Sep 18, 2024 · 1 comment · Fixed by #688
Closed
1 of 3 tasks

HEAD method on /health endpoint throw 404 error #687

moinologics opened this issue Sep 18, 2024 · 1 comment · Fixed by #688
Labels
a:bug Something isn't working

Comments

@moinologics
Copy link
Contributor

Can the issue be reproduced with the latest available release? (y/n)
yes

Which one is the environment gotify server is running in?

  • Docker
  • Linux machine
  • Windows machine

What did you do?
actually i'm using uptimerobot service to track uptime which make HEAD request by default to the given healthcheck endpoint (HEAD /health endpoint in our case). but as it is getting 404 so it is considering health endpoint to be not working.

What did you expect to see?
it should return response with 200 http status code

What did you see instead? (Include screenshots, android logcat/request dumps if possible)
404 http status code

@moinologics moinologics added the a:bug Something isn't working label Sep 18, 2024
@moinologics
Copy link
Contributor Author

raised a PR for fix #688

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant