Couldn't connect to the server

Failed to run custom action ‘action_reset’. Couldn’t connect to the server at ‘http://action-server:5055/webhook’. Is the server running? Error: Cannot connect to host action-server:5055 ssl:default [Name or service not known]

This is the error I got with rasa shell, I started the server using rasa run actions which returns ‘endpoint is up and running on localhost:5055’

I cant find where it is going wrong

Welcome Mani,

It looks like your endpoints.yml is set to look for the server at http://action-server:5055 but it is really running at http://localhost:5055. Correct the URL in the endpoints,yml and it should work for you.

It may be that you will want two different version of the endpoints.yml file, one for local testing and another for docker deploy. For local testing, you could do rasa run --endpoints endpoints-local.yml.

Greg

Oh…tanq. i didnt change that.