I have a rasa application working on my localhost:port but if I replace it with my computers IP address it isn’t working can you suggest anything ?
Hello,
It should work, actually. I’ve tried it a few times, and it works perfectly. Maybe the request isn’t reaching your system’s IP. From where are you trying to access the application?
it works perfectly fine… try checking your machine’s IP and try again
Can you help me what all changes i want to make is order to run using my server ip
Hello,
You need to modify your endpoints.yml file. It looks something like this:
action_endpoint:
url: http://localhost:5055/webhook
core_endpoint:
url: http://localhost:5050
Replace the localhost with your IP.
1 Like
Thank you, was able to setup my server with this help
@srikar_1996 I am also facing the same issue…could u help me out