Rasa HTTP API unreachable using in production with RASA X

Hi @Rogers_ntr, to hit the production container directly, add the /core prefix to your endpoint. this tells nginx where to reroute the request, as it’s not a rasa x endpoint. So try:

[IP]/core/conversations/{conversation_id}/trigger_intent

Let me know if this doesn’t help!