Horserix
Deploy fails due to it not being able to check \health endpoint
Didn't work :/
Stuck at the health endpoint check again (To add a bit more context too, I tried disabling the check but obviously when I attempt to make a request to the server I get a
Application failed to respond
after its deployment).35 replies
Deploy fails due to it not being able to check \health endpoint
I can try that again. I was doing that previously and encountered the same issue. When this first happened I had that setup (
router.Run(":" + port)
). Which resulted in me then adding the ip
after checking the docs and the odd behavior creeped in again35 replies
Deploy fails due to it not being able to check \health endpoint
In the deploy logs I can see the server running ok. But it's not being hit by any of the requests. I have a previous deployment that is active and working. Which it was triggered a commit ago and worked. It is weird 🤔
35 replies
Deploy fails due to it not being able to check \health endpoint
I used that in another platform and it worked when used it after creating the project. I have no problem using the recommended settings from the docs. I just didn't think this could have an impact on the deploy due to it working a while ago
35 replies