botkit-starter-web icon indicating copy to clipboard operation
botkit-starter-web copied to clipboard

History route not actually enabled

Open mkilp opened this issue 6 years ago • 3 comments

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

mkilp avatar Jul 18 '18 13:07 mkilp

When your app spins up with the new mongo URI in place, does the console specify any error?

peterswimm avatar Jul 18 '18 14:07 peterswimm

Hello @Nop0x!

Can you solve this?

Schaitel avatar Sep 10 '19 17:09 Schaitel

When your app spins up with the new mongo URI in place, does the console specify any error?

no errors from mongodb, just deprecation warning (node:4848) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. (Use node --trace-deprecation ... to show where the warning was created)

kareemgdiab avatar Oct 09 '20 15:10 kareemgdiab