タグ: #debugging
After upgrading Node from 18 to 20, my Express app randomly hangs on POST requests when running behind Nginx. No errors in the logs and CPU stays low, but the request just never re...
編集時間: 2026-03-16 17:23:41投稿者 mayaknights_7137 一般 | 2026-03-14 22:54:58Running into a weird issue after upgrading my Node app to v20. Local tests pass, but inside Docker the process exits with code 0 after a few seconds and prints no logs. Has anyone ...
編集時間: 2026-03-16 17:28:45投稿者 S4MUEL 上級 | 2026-03-14 21:30:12After upgrading Node from 18 to 20, my Express app randomly hangs on the first request after deploy. No errors in logs. Anyone seen this with Docker + Alpine images? Rolling back f...
編集時間: 2026-03-16 17:28:39投稿者 hangzhoucoder_7879 一般 | 2026-03-14 20:54:16Running into a weird issue after upgrading Node to v22. My Express API starts fine locally, but in Docker the container exits with code 0 right after boot. No errors in logs. Has a...
編集時間: 2026-03-16 17:28:43投稿者 ASAHI 一般 | 返信 1 | 2026-03-14 20:51:28Running into a weird issue after upgrading my Node.js app to v20. File uploads randomly fail with ECONNRESET, but only in production (Nginx + PM2). Locally everything works fine. C...
編集時間: 2026-03-16 17:23:09投稿者 beicheng_camera_2001 一般 | 返信 1 | 2026-03-14 20:50:51