Load Balancer 503 unavailable

What is the name of the domain?

nodes.nodepulse.co

What is the error number?

503 Service Temporarily Unavailable

What is the error message?

503 Service Temporarily Unavailable

503 Service Temporarily Unavailable


nginx/1.17.6

What is the issue you’re encountering

When connecting to my load balancer it’s not sending request to the nodes in my pool. I can successfully connect to the nodes in my pool.

What steps have you taken to resolve the issue?

I have checked my server nodes logs and the only connection from cloudflare is the following, which I assume is the healthchecks.

What are the steps to reproduce the issue?

curl “https://nodes.nodepulse.co/nodes

I have tested both http and https to my server nodes and they work.

➜ NodePulse_backend git:(main) curl “https://nodepulse1.sentnl.io/health
{“version”:“1.0.2”,“status”:“healthy”,“nodes”:{“hyperion”:29,“atomic”:28}}%
➜ NodePulse_backend git:(main) curl “http://nodepulse1.sentnl.io/health
{“version”:“1.0.2”,“status”:“healthy”,“nodes”:{“hyperion”:29,“atomic”:28}}%

Have you also checked your Nginx logs?

ah yes thanks, I frogot to include my cloudflare proxy as host.