Ran in to this issue when I was trying to deploy the docker container to a Kubernetes environment. Might be something to do with the kernel version or something, but the localhost inside the container was resolving to ipv6 loopback ::1 this broke the localhost/auth call as i think nginx is strictly only listening on ipv4 localhost.
Ran in to this issue when I was trying to deploy the docker container to a Kubernetes environment. Might be something to do with the kernel version or something, but the
localhost
inside the container was resolving to ipv6 loopback::1
this broke thelocalhost/auth
call as i think nginx is strictly only listening on ipv4 localhost.