Talk to your bot - no response

I have all of my rasa-x containers up and working in rancher. They all seem to be able to talk to each other as I’m not getting any errors anymore. I am able to upload my model to rasa-x and make it active.

My issue comes in when I try to actually “Talk to your bot”. I get no response at all. Nothing happens. I don’t see any errors in any of the logs. It just does nothing.

I have the same config and the same bot model running in docker-compose locally and I am able to talk to that one in rasa-x. Anyone have any idea what I could be doing wrong or know how I could see some kind of more useful log?

The only place I do see errors is when I share the bot an try talk to that. Then I get the following back:

{“version”:“0.32.2”,“status”:“failure”,“message”:“Client for conversation_id ‘34554422f7c94bc5aa699e926995d0c2’ could not be found”,“reason”:“ClientNotFound”,“details”:{},“help”:null,“code”:404}