-
```
What steps will reproduce the problem?
1. Create a service that starts a mongoose server
2. Leave it working
3. After some time it stops responding requests
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a service that starts a mongoose server
2. Leave it working
3. After some time it stops responding requests
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a service that starts a mongoose server
2. Leave it working
3. After some time it stops responding requests
What is the expected output? What do y…
-
Hi I was trying to create a mongoose schema and convert it into graphql. The structure is the following
```
export const BlogSchema = new Schema({
tags: [{
type: String,
}],
category…
kevde updated
5 years ago
-
password: { type: String, select: false },
-
Fresh install of Debian 11, fresh install of pisignage per instruction here. All prerequisites installed with latest versions. All went well, error free. MongoDB has vulnerabilities so ran FIX.
s…
-
For some reason, in my seed file, I cannot manually set an ObjectId reference to a different collection.
`var faker = require('faker');
var mongoose = require('mongoose');
var moment = require('…
-
Trying out in local where nodeJS = v8.0.0, Mongo DB = 3.6.3
```json
"dependencies": {
"mongoose": "^5.2.15",
"stream-to-mongo-db": "^1.5.0",
"xml2js": "^0.4.19"
}
```
Error:
…
-
The connection works well with mongoose versions up to 6.12.5, but it doesn't with mongoose 7.x
Any plans to make it work with newer mongoose versions?
-
facing this error! anyone?
In function ‘mg_uri_to_local_path’,
inlined from ‘mg_serve_http’ at util/src/mongoose.c:8415:7:
util/src/mongoose.c:518:7: warning: ‘%.*s’ directive argument is nul…