Feature(s) impacted
We’ve created more collections in our Mongo database.
We ran both
forest schema:update
and
forest schema:apply
To generate the models, routes, etc.
Observed behavior
The Forest Admin does not show the newly added data collections:
Expected behavior
We expect to see all of our Mongo collections (similar to multiple tables in SQL)
Failure Logs
There are no errors in the logs.
Context
Please provide in this mandatory section, the relevant information about your configuration:
- Project name: Carrot Warehouse
- Team name: Operations
- Environment name: Development
- Agent type & version:
"dependencies": {
"body-parser": "1.19.0",
"chalk": "~1.1.3",
"cookie-parser": "1.4.4",
"cors": "2.8.5",
"debug": "~4.0.1",
"dotenv": "~6.1.0",
"express": "~4.17.1",
"express-jwt": "6.0.0",
"forest-express-mongoose": "^8.6.0",
"mongoose": "~5.8.2",
"morgan": "1.9.1",
"require-all": "^3.0.0"
}
- Recent changes made on your end if any: We added a few new collections “publishers” and “sourceItems” alongside our original collection “sources”