I deployed rasa on our server and ran it jusing 'rasa run --cors “*” `. and in terminal it showing ‘Starting Rasa server on http://localhost:5005’. I need to run it as Starting Rasa server on http://ipaddress:5005
Hi @kabeer if it’s starting on your server like that, it means it’ll be accessible through that IP address. But you need to make sure the port 5005 is exposed if you want to use it outside the server. It’s just launching on the localhost of that server.
@Aashay1, You don’t have to change anything to run rasa on the server. Just deploy it on the server and run. Then you can access it via the valid IP address.
Note: If you want to use custom actions, maybe you want to change the localhost to IP address in endpoints.yml file.
Hello @Aashay1 Please can you show me your credentials.yml file please i wanna change the localhost too
Thank you
And please i should run it with the same commande you mentioned right