How to expose rasa endpoint in a remote IP

I am trying to call my rasa-x as an API but iI am having it doesn’t seem to be working. when I do use my localhost it works just fine but can’t seem to get it to work with rasa-x anyone have any suggestions?

localhost call: curl -XPOST localhost:5005/webhooks/rest/webhook?token=########## -H “Content-Type: application/json” --data ‘{“sender”:“1234”,“message”:“hello”}’

goal: have similar curl call as the localhost but with the rasa-x URL instead of localhost

@Benjaminzatman

try change the localhost with server IP or DNS?

I tried that already and it didn’t work.

Hi @Benjaminzatman did you find the solution to this? I’m stuck on a similar issue

Unfortunately not :frowning:

@Benjaminzatman can you share the installation process you had used? and rasa x version please.

It was installed through dockers and its version 0.41.1

@Benjaminzatman and you want to expose endpoints for? your rasa X is working fine?

My rasa-x works perfectly, i just want to be able to use rasa-x as an api