Hi guys, I am developing different chatbots (with different functionalities and different targets of people) and I want them to run in the same server(Google Platform VM running Ubuntu18) and connect to them remotely with HTTPS.
Currently I have one chatbot running through a HTTPS connection and it works fine, but I cant find the way to accomplish my goal of having multiple chatbots.
If anyone knows how to do it and wants to tell me I will be very glad
Just change the ports. ârasa runâ and ârasa run actionsâ have the option -p PORT or âport PORT. Remember to also change the endpoints with the same port for the action server. This way you can have different rasa serves working on different ports on the same machine.