Hi, Vikram
Thanks for your reply!
I'll look at the apache log later. For now, I can provide the direct real error log shows in the webpage:
500: Internal Server Error
Traceback
Traceback (most recent call last):
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/addons/base/models/ir_http.py", line 229, in _dispatch
result = request.dispatch()
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/http.py", line 803, in dispatch
r = self._call_function(**self.params)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/http.py", line 345, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/service/model.py", line 93, in wrapper
return f(dbname, *args, **kwargs)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/http.py", line 338, in checked_call
result = self.endpoint(*a, **kw)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/http.py", line 909, in __call__
return self.method(*args, **kw)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/http.py", line 510, in response_wrap
response = f(*args, **kw)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/addons/website_slides/controllers/main.py", line 380, in channel
slide_count = request.env['slide.slide'].sudo().search_count(domain)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/models.py", line 1578, in search_count
res = self.search(args, count=True)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/models.py", line 1601, in search
res = self._search(args, offset=offset, limit=limit, order=order, count=count)
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/models.py", line 4348, in _search
if expression.is_false(self, args):
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/osv/expression.py", line 216, in is_false
for token in reversed(normalize_domain(domain)):
File "/opt/odoo/apps/odoo/lib/odoo-13.0.post20200115-py3.7.egg/odoo/osv/expression.py", line 208, in normalize_domain
assert expected == 0, 'This domain is syntactically not correct: %s' % (domain)
AssertionError: This domain is syntactically not correct: ['&', '&', ('website_id', 'in', (False, 1)), '&', ('channel_id', '=', 2), ('is_category', '=', False), ('website_published', '=', True), '|', '|', '|', ('name', 'ilike', 'maya'), ('description', 'ilike', 'maya'), ('html_content', 'ilike', 'maya')]