type: SQL
dialect: "sqlite" # the dialect used to interact with the db
#url: "localhost" # (optional) host of the sql db
db: "rasa.db" # path to your db
username: # username used for authentication
password: #
Hey @vishu1994 is this in the local version of rasa x? Also, is there any logs with an error message?
Would also be good to see what the request says - if you can post the information from the “Network” tab, that would be great
I don’t see any logs at all in the terminal.It’s clean
What’s network tab? can you help regarding this.
Note: so i ceated this project on a different version of rasa(1.2.2) on a linux system where it still works like a charm, but i migrated this project to a mac system with updated version of rasa(1.3) ,here the bot responds properly in interactive mode but not in “Talk” mode.