Feature(s) impacted
I want to view the collection cUsers. but got this error below.
Failure Logs
I even added a field “userType” to customize the collection, and userType is appearing on the .forestadmin-schema.json but still got error.
Also I am using this renaming method for fields: (index.ts) to rename all snake_case fields to camelCase.
// Renaming fields
// All field will be renamed (the handler is called once per field)
agent.use(renameAllFields, snakeToCamelCase);
- I got another confusing error on email field:
the field email in DB: “user_email”. in the v9 version of layout: “email”
I am not sure how to to handle the naming using the new agent.
Context
- Project name: clevermate
- Environment name: Development
- Agent technology: (nodejs,
- Agent (forest package) name & version: new agent v1
- Database type: postgres