RASA Actions server unable to load custom IP/Host from endponts.yml

Dear Team,

Could you please help me with the situation where i was unable to load the custom ip/host from endpoints.yml file when i try to run my actions server. Thanks

command used to run actions server:

rasa run actions --cors “*” -p 5055 --ssl-certificate E:\delta_bot\certs\ca.crt --ssl-keyfile E:\delta_bot\certs\ca.key --ssl-password changeit

And this command working fine, but if you look the below screenshot, the url for the actions server is still pointing to localhost…instead of the custom ip.

Best Regards, Ravi

The endpoints.yml is read by rasa, not the action server. It tells rasa where to look for the action server.

The debug output is from your action server and it shows that it is listening on localhost.