-
In my student model I have:
```
Student.associate = (models) => {
Student.belongsToMany(models.cohort, {
through: models.student_cohorts_cohort
})
};
```
In my cohort mod…
-
Sorry for the quality of the issue.
My .forestadmin-schema.json was in my server directory.
When i run my code in dev, I sometime,
`cd server; node index.js`
But in production I run
`node serve…
-
## Expected behavior
Access my data with the Forest UI.
## Actual behavior
My team has been using flawlessly Forest for several months. From one day to another, it became impossible for all m…
-
## Description
Our forest api usually works great.
One time, there was a request that caused a crash in forest-express.
I don't know why this request was special, all I have is the following stac…
-
## Expected behavior
Expecting ForestRails to "see" our collections in our `rails 6.0.0`.
## Actual behavior
Installation and setup look alright but forestadmin-schema.json stays empty. As a resu…
-
Currently, the lumber generates another server to run in another port, how to install lumber to work inside of the same express.js application?
-
Would be nice if I can right click a value from a pinned column and select `Copy value`
Now I have to open the document, find the right key and right click that value.
In my case it's because I ha…
-
## Expected behavior
Liana doesn't override the cors preferences set by previous middlewares.
It could just append hosts to the existing origins.
It could also respect the predefined maxAge val…
-
## Expected behavior
ForestAdmin.com should be able to login to my local instance.
## Actual behavior
It crashes and does not connect.
## Failure Logs
```POST /forest/sessions 500 3456 …
-
Hi,
~I'm trying to generate my first lumber project following the steps shown on your website or trought lumber generate CLI command~. (Solved by upgrading mysql from 5.7 to 8)
I now try to fini…