tracker_store:
type: mongod
url: mongodb://rasa:password@172.23.26.117:27017,172.23.24.25:27017,10.235.234.232:27017/Rasa?replicaSet=ExactAppRs0&authSource=admin
db: Rasa
username: rasa
password: password
auth_source: admin
I have the above configuration in endpoints.yml for a mongo cluster to connect to the tracker for storing conversation data. Previously, I was able to connect to a MongoDB which was standalone. But after making the above change and running, I’m getting the following error in the rasa server:
If any of you have any experience connecting to mongo clusters, let me know if rasa supports mongo clusters. Also, if that is the case, what is the solution to this problem? The server IPs and credentials are mentioned differently for confidentiality. I’m using Rasa version 2.8