Could I ask you to check the package.json in the repository for the @forestadmin/datasource-mongoose dependency, is the version 1.12.1 ? If it is, could you retry with version 1.12.0 after updating your node_modules. Thanks
Sorry for the late reply, after updating both @forestadmin/forest-cloud and @forestadmin/datasource-mongoose to their latest version, I got a different trace call:
ā An unexpected error occurred.
Please reach out for help in our Developers community (https://community.forestadmin.com/)
/home/artrack/projects/johndoe/forestadmin/node_modules/@forestadmin/datasource-mongoose/dist/mongoose/schema.js:104
if (!path)
^
RangeError: Maximum call stack size exceeded
at MongooseSchema.getSubSchema (/home/artrack/projects/johndoe/forestadmin/node_modules/@forestadmin/datasource-mongoose/dist/mongoose/schema.js:104:9)
at /home/artrack/projects/johndoe/forestadmin/node_modules/@forestadmin/datasource-mongoose/dist/mongoose/schema.js:37:33
at Array.flatMap (<anonymous>)
at MongooseSchema.listPathsMatching (/home/artrack/projects/johndoe/forestadmin/node_modules/@forestadmin/datasource-mongoose/dist/mongoose/schema.js:36:14)
at /home/artrack/projects/johndoe/forestadmin/node_modules/@forestadmin/datasource-mongoose/dist/mongoose/schema.js:40:18
at Array.flatMap (<anonymous>)
at MongooseSchema.listPathsMatching (/home/artrack/projects/johndoe/forestadmin/node_modules/@forestadmin/datasource-mongoose/dist/mongoose/schema.js:36:14)
at /home/artrack/projects/johndoe/forestadmin/node_modules/@forestadmin/datasource-mongoose/dist/mongoose/schema.js:40:18
at Array.flatMap (<anonymous>)
at MongooseSchema.listPathsMatching (/home/artrack/projects/johndoe/forestadmin/node_modules/@forestadmin/datasource-mongoose/dist/mongoose/schema.js:36:14)
Node.js v22.13.1