Errors at container startup: ERR_SOCKET_BAD_PORT
Hello, after my recent update to the latest version I am receiving the following ERROR which can be checked in the log. As a result the container doesn't start. Help is very much appreciated. Thank you very much.
--
code: 'ERR_SOCKET_BAD_PORT' } error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. [services.d] Starting Deemix yarn run v1.22.10 $ node dist/app.js --host 0.0.0.0 --port 6595 node:internal/validators:208 throw new ERR_SOCKET_BAD_PORT(name, port, allowZero); ^ RangeError [ERR_SOCKET_BAD_PORT]: options.port should be >= 0 and < 65536. Received tcp://10.43.31.38:6595. at new NodeError (node:internal/errors:363:5) at validatePort (node:internal/validators:208:11) at Server.listen (node:net:1432:5) at Object. (/deemix-gui/server/dist/app.js:42:12)