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
nik202
(NiK202)
January 30, 2022, 3:46pm
2
@Benjaminzatman
Benjaminzatman:
localhost
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
nik202
(NiK202)
January 31, 2022, 6:12pm
6
@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
nik202
(NiK202)
February 1, 2022, 10:52am
8
@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