hcengineering / hcengineering/platform
Stuck in configure step
- Dominant language
- TypeScript
- Stars
- 27.7k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
When I try to run this command, it gets stuck in this step.
```bash
$ rushx run-local configure ws1 --list --enable '*'
Found configuration in /home/ubuntu/Documents/platform/rush.json
Rush Multi-Project Build Tool 5.149.0 - Node.js 22.15.1 (LTS)
> "rush bundle --to @hcengineering/tool >/dev/null && cross-env SERVER_SECRET=secret ACCOUNTS_URL=http://localhost:3000 TRANSACTOR_URL=ws://localhost:3333 MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost ACCOUNT_DB_URL=mongodb://localhost:27017 DB_URL=mongodb://localhost:27017 TELEGRAM_DATABASE=telegram-service REKONI_URL=http://localhost:4004 MODEL_VERSION=$(node ../../common/scripts/show_version.js) GIT_REVISION=$(git describe --all --long) node --expose-gc --max-old-space-size=18000 ./bundle/bundle.js configure ws1 --list --enable *"
{"enable":"*","disable":"","list":true}
(node:296343) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
```
So, I did a little digging, and I am getting this error when I check any of the docker images.
```
TypeError: fetch failed
at node:internal/deps/undici/undici:13502:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
[cause]: Error: connect EHOSTUNREACH 172.17.0.1:4900
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16) {
errno: -113,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '172.17.0.1',
port: 4900
}
}
```
Any idea what's the issue? The closest thing I could find which is similar to my problem is this issue #6443 which snorkysnark solved.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.