Hi,
i have Odoo 13 running on Docker, everything is fine, but when i try to allocate a task for a colleague i get this error "trying to reconnect" every time i press save, despite that the task being created the background and will make many duplicates.
things i tried:
to give permission: chown -R odoo /var/lib/odoo
to edit config file and change these:
- limit_time_cpu = 3600
- limit_time_real = 3600
- proxy_mode = True
- workers = 2
here is my config file: https://jpst.it/2d8Au