Hey there!
I booted up my bot with a Mongo URI and according to the docs this should be enough to enable the message history.
The Bot tries to make a call to my localhost for the history. Sadly that returns with a 404:
client.js:77 POST http://localhost/botkit/history 404 (Not Found)
Any ideas what the problem could be?
Thanks alot,
Marvin