Unable to connect with mongo db

Hi everyone , I was trying to connect rasa chatbot with mongodb. But I got error. Please hep. Thank you so much in advance. Below is the conetent of my credential.yml

tracker_store:
    store_type : mongod
    url :  mongodb://localhost:27017
    db: purple
    username : purple
    password : abcd@1234
    auth_source : purple

Hi there! The credentials.yml is for the input channels – I think you meant to put this information in the endpoints.yml :slight_smile:

1 Like

Thank you so much… I figured it out. But now I’m unable to connect with rasa webchat framework after we updated rasa. I already posted the issue here

Can you please help me ?