Feature(s) impacted
forest schema:update
Observed behavior
Running the command, I get an error Cannot read properties of null (reading 'replace')
Expected behavior
It updates the schema
Context
Just trying to do a simple update to add a few new columns from a single table.
Possibly related: I’m also seeing an error when trying to run a local instance.
An error occurred while computing the Forest schema. Your application schema cannot be synchronized with Forest. Your admin panel might not reflect your application models definition. Cannot read properties of undefined (reading 'options')
- Project name: scratch-payment-service
- Environment name: All
- Agent technology: nodejs
- Agent (forest package) name & version:
"forest-express-sequelize": "9.3.9"
,forest-cli/4.3.1
- Database type: mysql & 2x psql
- Recent changes made on your end if any: no