Tag: #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...
Edited at: 2026-03-15 03:15:15By mayaknights_7137 Normal | 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 ...
Edited at: 2026-03-15 06:22:32By S4MUEL Advanced | 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...
Edited at: 2026-03-15 06:22:44By hangzhoucoder_7879 Normal | 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...
Edited at: 2026-03-15 06:22:51By ASAHI Normal | Replies 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...
Edited at: 2026-03-15 04:48:01By beicheng_camera_2001 Normal | Replies 1 | 2026-03-14 20:50:51