Can you please give me a little more context on the segments created. Do you have errors in the console or on your backend server?
The best way for us to understand your error and help you solve it is to share with us a video of your screen reproducing the error via a tool like loom for example or by sharing us screen capture of your error.
Could you please give me the name of your project, the environment, the team, and the collection you are trying to achieve the creation on?
And could you please tell me what database you are using? And give me the exact package version of forest-express-<databaseDialect> package you are using?
It can be done with npm list forest-express-sequelize for example.
It seems that the segment crashed when there is no record matching the filter, which is no longer the case. However, it should not return an error when there is no record.
After many tries with your forest-express-sequellize version and others, I haven’t been able to reproduce the issue.
The issue Remi spotted gave the same issue but was unrelated to yours.
To check if it could fix your issue, could you try to remove the segment and add it back again?
If the error persist, and it is still blocking for you, could you also try upgrading your forest-express-sequelize dependency version to v7, following or upgrade guide: Upgrade to v7 - Documentation
I hope all of this will help you get rid of this issue.