Issues with Website Slide Show

Hello,

So far so good. The deployment is coming up nicely.
I am getting this error when creating slide shows. I have truncated most of the lines but left the last two lines.

File “/home/frappe/frappe-bench/apps/frappe/frappe/model/db_query.py”, line 327, in prepare_filter_condition
values = values.split(“,”)
AttributeError: ‘map’ object has no attribute ‘split’

Seems it has something to do with the split on values. I see it might be related to a Python version compatibility but not sure.

Any assistance will be appreciated.

Thanks