Rasa X not responding to /health

I’m using the Rasa X v0.31.5 docker image. The server is running fine, but the end point /health redirects to /conversation. Is there any configuration needed to make this work?

Thanks!

Hi @CaptainDaVinci, would you mind sharing the server logs for when the request is made? The response HTTP headers would be useful as well. Thanks!

Hey @CaptainDaVinci, to hit the rasa x API (not UI), you want to direct any endpoints to

http://<your domain>/api/<endpoint>

So in this case you need to hit http://domain/api/health :slight_smile:

1 Like