-
Correct if I'm wrong here but when I'm seeding data, the information that's supposed to run through my mongoose model's methods, plugins, defaults and even native mongoose timestamps don't get created…
-
I am using mongoose which seems to have added a __parentArray, to an object that is part of an array. Hence there is a circular reference and so _scrubStatement then throws:
`@opentelemetry/instrume…
-
- I try running command `node fileseed.js` on production (I using PM2 on production) but seed progress not success and not disconnect
- In local I using nodemon, and everything is OK
-
The seed data for the Mongo.db database is not available anywhere and is not included in this project.
This makes the pluralsight course a bit useless as the database cannot be pre-polulated as sho…
-
## 🚀 Feature
Instead of defaulting to tracking id, allow using "Name" for instance
![Image](https://github.com/opencrvs/opencrvs-core/assets/1206987/4cd99562-8304-4fa4-a080-5b869e79e55f)
## Tech d…
-
## I'm submitting a…
* [ ] Regression (a behavior that used to work and stopped working in a new release)
* [ ] Bug report
* [ ] Feature request
* [ ] Documentation issue or request
* …
-
Either with an env variable and JSON seed file (more flexible, can touch multiple collections), or a more simple one collection check. Example for a package called packageName, this code will run a se…
-
I'm trying to work with Node, Express, Mongoose and Jasmine-Node - similar to what you're dong. I tried to run the app - How do you seed it with users?
I got to your app from a gist in this blog pos…
-
Hello, great package (by theory); I am saying by theory because that when I read docs, I am so interested in this package, however, I have taken advantage of it yet since after I followed all of the d…
-
I'm trying to use a model as follows:
```js
// User.js
const Schema = new mongoose.Schema({
name: {
type: String,
},
password: {
type: String,
hidden: true,
},
email…