Forest Admin does not refresh data collections

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”

Hi @Anthony_Wentzel :wave: welcome to our community.
By default Forest Admin hide new stuff like collection or field.
You need to unhide it from the layout editor.

and next

Let ne know :pray:

1 Like

@Arnaud_Moncel Thank you, that did the trick!

1 Like