-
## Expected behavior
I'd like to start the server and see the data in my db
## Actual behavior
When I start the agent with my current database, the server starts, but on Forest Admin I can't …
-
Allow evaluation of Toolpad through an online demo. Toolpad doesn't support authentication yet. The goal is to demonstrate a subset of the app building experience.
The demo version will be unauthen…
-
## Expected behavior
When doing a CSV export, it's missing more than half of the collection
## Actual behavior
The exported collection only contains 1985 entries.
When clicking on export c…
-
## Expected behavior
I have a mongoose schema with subdocuments containing subdocuments. (level = 3)
When there is just one level of subdocuments, the first level estimate sub field type and put…
-
### Introduction
On a custom smart action, the filter contained in the context argument contains an additional unknown filter that breaks the whole implementation.
### Code sample
```
collec…
-
### Introduction
It's me again. I've been trying to integrate agent into raw Express application, and struggling for a few hours with an error
```
TypeError: pathToRegexp is not a function
…
-
### Introduction
I have made a sample integration to one of my NestJS backends:
```
import { NestFactory } from '@nestjs/core';
import { NestExpressApplication } from '@nestjs/platform-express…
-
## Expected behavior
Would be nice to be able to reformat a field "on-the-fly". Something like this
```
collection.reformatField('created_at', (field) => {
return (field as Date).getDay();…
-
Why do you set [Unexpected error](https://github.com/ForestAdmin/agent-nodejs/blob/ed90aa69c851c166071746a8e427a1de45050ef3/packages/agent/src/agent/routes/system/error-handling.ts#L24) when InternalS…
-
## Expected behavior
Handle "timestamp" type columns.
## Actual behavior
Failed on error : Undefined array key "timestamp"
## Failure Logs
```
ErrorException
Undefined array key…