When I start the server, it starts at 0.0.0.0:5005. How can I change the endpoint to localhost:5005 instead of this?
I also have the same problem as well…
You can specify the interface ( IP address ) when you run the rasa server.
rasa run -i xx.xx.xx.xx
1 Like