@pitaj it is not just me, beeing happy !!! my whole community loves it. Thanks to you .. which made me reading all the docs again and found this miss configuration
NodeBB - Azure Cosmos DB (Mongo) error
-
Hi all,
I'm trying to run a version of NodeBB (1.12.0) to Azure Cosmos DB, but am receiving the error:
error: No more documents in tailed cursor {"name":"MongoError","tailable":true,"awaitData":true} -- error: uncaughtException: No more documents in tailed cursor MongoError: No more documents in tailed cursor at Function.MongoError.create (/nodebb_dir/node_modules/mongodb-core/lib/error.js:31:11)
I can run
./nodebb setup
with the Azure Cosmos DB connection uri, and that works fine. Once the setup is complete and I run./nodebb start
I get the above error.Connection string is as follows:
mongodb://<db_username>:<db_password>@<db_host>:<db_port>/<db_name>?ssl=true&replicaSet=globaldb
(I've tried with and without
replicaSet
but doesn't seem to make a difference)I have been able to setup & run a local version of NodeBB connected to a free mlab.com Mongo DB and a local Mongo DB.
Has anyone seen experienced this problem with Azure Cosmos DB and been able to fix it?
-
In the end same as https://community.nodebb.org/topic/13472/help-me-on-connect-to-azure-mongodb/4
-> tailing error