I am hosting my nodebb forum on openshift free host with scaling enabled. I had cloudflare. I recently changed the nameserver to godaddy default without stopping the openshift app. Now I am getting a 503 service unavaliable. I took a look into the log:
proxy `express` has no server availiable.
I tried to port forward the app and i got this:
Service Local OpenShift
haproxy 127.0.0.1:8080 => 127.7.102.2:8080
haproxy 127.0.0.1:8081 => 127.7.102.3:8080
mongodb 127.0.0.1:37986 => 56cf022d0c1e6642dd000142-hackthroneht.rhcloud.com:37986
node 127.0.0.1:8082 => 127.7.102.1:8080
I think its happening due to multiple haproxy running on different ports. Any solution for this?