You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: