I’ve deployed the bolt.new production build using Docker, and while it generally runs without issues, I’ve observed unusually high CPU usage when the container is idle. Additionally, the following error occasionally appears in the logs, potentially pointing to socket-related issues:
2024-12-04 20:55:13 TypeError: terminated
at Fetch.onAborted (node:internal/deps/undici/undici:10822:53)
at Fetch.emit (node:events:519:28)
at Fetch.emit (node:domain:488:12)
at Fetch.terminate (node:internal/deps/undici/undici:9980:14)
…
2024-12-04 20:55:13 [cause]: SocketError: other side closed
at Socket. (node:internal/deps/undici/undici:6040:28)
at Socket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
…
2024-12-06 18:23:50 [warn] Data fetching is changing to a single fetch in React Router v7
2024-12-06 18:23:50 ┃ You can use the v3_singleFetch future flag to opt-in early.
2024-12-06 18:23:50 ┃ → Future Flags (v2.13.1) | Remix
2024-12-06 18:23:50 ┗
2024-12-06 18:08:57 > bolt@ dev /app
2024-12-06 18:08:57 > remix vite:dev “–host” “0.0.0.0”
2024-12-06 18:08:57
2024-12-06 18:09:02 ➜ Local: http://localhost:5173/
2024-12-06 18:09:02 ➜ Network: http://172.21.0.2:5173/
2024-12-06 18:18:28 ELIFECYCLE Command failed.