Rasa core not getting connected to action server encountered error

Hi,

I’m new to rasa and im working on it for past 2weeks. i have connected with slack api and i get the reply in slack channel when i try to sent any action related queries, it is not contacting the slack get the below issue

the action endpoint i have mentioned the url: http://localhost:5055/webhook and im not getting the reply from the server. Thanks in advance

Are you running Rasa with Docker?

no in local machine. when we run action queries, action server is responding but we can see

but there is no reply in rasa core server, it displays error as mentioned earlier

So you post your custom action to '/webhooks'?. If yes, you need to change it to '/webhook'.

yeah… its working…Thanks for your reply