Hello! I'm currently having issues when trying to deploy a NextJS app using standalone mode in a Docker image. I've spent all day trying to figure out the issue and apply 'fixes' that people have found online, but none of them seem to work for me.
On Next.js 13.4.12, the whole website returns the Internal Server Error 500 error, with ECONNREFUSED 0.0.0.0:36993 (or a similar port) errors in the logs.
On Next.js 13.4.19 (latest), the website loads however just the image endpoint receives the error instead.
Looking online, this seems to have been a common issue introduced in 13.4.13 and fixed in 13.4.19, but I'm thinking this may be a different issue?
Will post additional logs and info in the thread.