I have my NodeBB server listened at 4567 but I got connect ECONNREFUSED 127.0.0.1:80 after being authenticated with my Keycloak server in the backend. Network activity shows the redirect and callback URLs are correct, but it seems like some internal callbacks are assuming to use port 80...probably those free-formed path (that means only start with "/" and without full URL) that assumes port 80.
I have my NodeBB server listened at 4567 but I got
connect ECONNREFUSED 127.0.0.1:80
after being authenticated with my Keycloak server in the backend. Network activity shows the redirect and callback URLs are correct, but it seems like some internal callbacks are assuming to use port 80...probably those free-formed path (that means only start with "/" and without full URL) that assumes port 80.