-
When running the server, I get the warning `Mongoose: mpromise (mongoose's default promise library) is deprecated`. I noticed in `app.js` in the root directory, we are setting `mongoose.Promise = glob…
-
20:52:22 [vite] http proxy error at /api/auth/signup:
Error: connect ECONNREFUSED ::1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
-
### Skill Name
Mongoose
### Why?
It provides a lot of convenience in the creation and management of data in MongoDB.
### Reference Image
![7552965](https://user-images.githubusercontent.com/926…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Mongoose version
8.6.3
### Node.js versi…
-
### Bug description
I'm in the middle of refactoring from `mongoose` to `prisma` using MongoDB database hosted on MongoDB Atlas. I found out that simple queries are **much** slower compared to `mon…
-
Hi,
Following https://github.com/konsumer/mongoose-type-email/commit/2bd35bbdf4580551bc4d8fd2f90fae90c9e894e3 and its origin issue https://github.com/konsumer/mongoose-type-email/issues/24, there mig…
astik updated
1 month ago
-
## Value Proposition
As a `user`
I want to `store data in a reliable database,`
so that `it remains persistent and accessible to those who need it.`
## Acceptance Criteria
- The data is successfully r…
-
-
whenever I try to use `gfs.createReadStream` I keep getting this error
```
...\node_modules\gridfs-stream\lib\readstream.js:68
this._store = new grid.mongo.GridStore(grid.db, this.id || new gri…
-
Hi,
during develop my project I regnocnized a difference between the expected schemas for mongoose [1] and mongoose fixture [2]:
[1]
```
var mongoose = require('mongoose');
var Schema = mongoose.Sc…