I am running FlowForge in a Windows environment. My first project & NR environment are working properly, however when I try to spin up a second project / environment it won’t start… I looked at the out.log file and the error indicates that the port is already in use:
Error: listen EADDRINUSE: address already in use :::13080
at Server.setupListenHandle [as _listen2] (node:net:1817:16)
at listenInCluster (node:net:1865:12)
at Server.listen (node:net:1953:7)
at AdminInterface.start (C:\flowforge\app\node_modules@flowforge\nr-launcher\lib\admin.js:87:21)
at main (C:\flowforge\app\node_modules@flowforge\nr-launcher\index.js:101:20)
at Object. (C:\flowforge\app\node_modules@flowforge\nr-launcher\index.js:148:1)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions…js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
Emitted ‘error’ event on Server instance at:
at emitErrorNT (node:net:1844:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: ‘EADDRINUSE’,
errno: -4091,
syscall: ‘listen’,
address: ‘::’,
port: 13080
}