태그: #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