Expression CaseStudiesSections.case_study_id is missing operator (IS, IS NOT) with null value. 📋

InvalidArgumentException
Toggle Vendor Stack Frames
            $operator '!=';
        }
        if ($value === null && $this->_conjunction !== ',') {
            throw new InvalidArgumentException(
                sprintf('Expression `%s` is missing operator (IS, IS NOT) with `null` value.'$expression)
            );
        }

If you want to customize this error message, create templates/Error/error500.php