-
Steps to reproduce:
1. Add a MongoDB data source
2. Place the cursor over the source
3. Perform the `toggle (o)` action
4. Get the error
```lua
E5108: Error executing lua: function DbeeConne…
-
**OS:** Windows 10
**Build Version:** 20241114.1
**Regression:** Not a Regression
**Repro Steps:**
1. Create an “Azure Cosmos DB for MongoDB cluster” in Azure portal.
2. Open "Command Palette" in VS …
-
Version: deno-2.0.4
OS: Windows 11 23H2 Professional 22631.4391
mongodb: [mongodb-windows-x86_64-enterprise-8.0.3](https://downloads.mongodb.com/windows/mongodb-windows-x86_64-enterprise-8.0.3.zip)
…
-
Hi
i did the following steps
1.) // enable profile in all db
```
db.adminCommand('listDatabases').databases.forEach(function (database) {
db.getSiblingDB(database.name).setProfilingLevel(1,…
-
### **Key Planning**
**1. Authentication Service**
Handles user authentication and authorization using JWT & OTP.
Ensures secure access to the application and files.
Database: MongoDB (users, roles, s…
-
In addition to other Vector Stores, can MongoDB be added as another vector store
-
Hi,
trying to set up the `change-streams` with pipeline that includes `$project` stage but the initial sync doesn't seem to work.
Versions:
monstache: 6.7.17
opensearch: 8.16.1
mongoDB: 5.0.30
…
-
- Refer #1 for app details.
- Develop App schema according to it using mongoDB.
- Schema must de designed in ```/backend-server/src/models```
- Please follow the design pattern: [UserModel.js…
-
### Prerequisites
- [x] I have written a descriptive issue title
### Mongoose version
8.8.0
### Node.js version
18.15.0
### MongoDB version
7.0.15
### Operating system
Linux
### Operating sy…
-
Hi Guys!
I found that a simple connection test with mongodb://localhost:27017 does not work on DBGate when the database is in a docker on wsl2.
The same test works effortlessly in NoSQLBooster!…