Issues with Custom Actions Endpoints - RASA X

Hi,

I’m facing issues while trying to connect with the endpoints for custom actions in RASA X. Following is the error:

endpoints.yml:

action_endpoint: url: “http://127.0.0.1:5555/webhook

My actions server is running successfully

It was working fine before I upgraded it to RASA X even without including endpoints.yml. Could anyone please help me figure out my error?

Thanks in advance!

1 Like

Hi @Mounika, from looking at your logs it seems that your action server is running on port 5055 but rasa shell expects it at port 5555. Please try updating the port in endpoints.yml. I hope that helps :slight_smile:

Thanks! @ricwo That helps!