{
“statusCode”: 400,
“error”: “Bad Request”,
“message”: “Your filters contain a field ‘_or’ that doesn’t appear on your model definition nor it’s relations”
}
@nack43 You are following the documentation from the latest version, but you are using an old version of strapi. I would recommend to upgrade your strapi to latest version, but keep in mind that you should follow all the migration guides if you want to keep the existing project:
If that’s a clean project and you don’t mind losing it, then I would recommend you to just create a new project: npx create-strapi-app@latest new-project