After docker-compose up the worker and portal container throw this error:
ImportError: cannot import name 'CLOSED' from 'websockets.connection' (/usr/local/lib/python3.9/site-packages/websockets/connection.py)
It is a fresh installation of the Portal. Any ideas?
Edit: I have a workarround. See attached Pull request.