Cannot convert value of type string to integer 📋

InvalidArgumentException
Toggle Vendor Stack Frames
        if ($value === null || $value === '') {
            return null;
        }
        $this->checkNumeric($value);
        return (int)$value;
    }

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