To fix the issue, I replaced in my websocket.ini
:
command = <path to Oro>/bin/console clank:server --env=prod
to
command = <path to Oro>/bin/console gos:websocket:server --env=prod
- forum.oroinc.com/oro-platform/oro-platform-programming-questions/topic/no-command-defined-in-the-clank-namespace/#post-37471
- doc.oroinc.com/backend/setup/dev-environment/manual-installation/platform-ce/#configure-the-supervisor
And then restarted Supervisor:
service supervisor restart