Hello @XavierColombel,
From what I can see on our side, your environments are still on 7.9.2, after updating to 8.7.X, do you confirm that your .forestadmin-schema.json
file do have “liana_version” set to the proper version ?
- If the file contains the older version this means that your schema generation is disabled, this is the case when NODE_ENV=production (see documentation)
- if the file has been generated properly but for some reason hasn’t been pushed to our backend, you can force it by executing the command
forest schema:apply
(doc)
Best regards,