-
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…
-
## 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
* …
-
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('…
-
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…
-
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…
-
**When i try to seed to remote mongodb i get the following:**
``` console
(node:3360) DeprecationWarning: 'open()' is deprecated in mongoose >= 4.11.0, use 'openUri()' instead, or set the 'useMong…
-
Let's say I have a route
``` javascript
```
How to load it from the server? I have to create a separate option in the state?
Or should I add it to the general list of the widgets?
You can add an…
-
Low priority. But we should verify that the collections are present when the api starts up. The edge case this covers here is if the app starts up and someone tries to search a collection that isn't p…
-
I'm admittedly pretty lost when it comes to how we might implement this, but I'm sure some good options exist out there. This issue will be used to track the research process for figuring out _how_ Mo…
-
I have mongoDB server and elasticsearch servers both running locally, when I try to connect to them from node.js app (running locally) everything works fine. But when I deploy the app to the container…