Hi i'm getting a weird error after moving my reverse proxy to another server, I don't know why it keeps trying to reconnect to my old reverse proxy and I searched everywhere I can't find where it's defined
2026-01-04T21:41:29.519Z error: fetch failed module="authConfiguration"
at /app/apps/nextjs/.next/server/chunks/c46df53f..js:119:6710
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async rP (/app/apps/nextjs/.next/server/chunks/607de06c..js:404:21756)
at async rR (/app/apps/nextjs/.next/server/chunks/607de06c..js:404:24872)
at async rj (/app/apps/nextjs/.next/server/chunks/607de06c..js:404:27556)
caused by Error: connect ECONNREFUSED 192.168.1.13:443 errno="-111" code="ECONNREFUSED" syscall="connect" address="192.168.1.13" port="443"
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)