標籤: #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