What is the name of the domain?
What is the error number?
404
What is the error message?
{“error”:“Not Found”,“description”:“The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.”}%
What is the issue you’re encountering
Load balancer routing the requests as per setting but one of the endpoints gives 404
What steps have you taken to resolve the issue?
I have created a load balancer zorglb
where I am routing 90% of the traffic to django-usw2 endpoint and 10% to pod999.zdpods.com. As per the analytics are requests are getting routed to 2 endpoints correctly but the requests that are getting routed to django endpoint are ending up in 404. I have page rule set that points to this load balancer for only 1 request for now ww.zopim.org/api/v2/chats
. I have a test endpoint that is directly proxied to django endpoint which is giving me non 404 output but when it goes via load balancer it does not work.
What are the steps to reproduce the issue?
I have created a load balancer zorglb
where I am routing 90% of the traffic to django-usw2 endpoint and 10% to pod999.zdpods.com. As per the analytics are requests are getting routed to 2 endpoints correctly but the requests that are getting routed to django endpoint are ending up in 404. I have page rule set that points to this load balancer for only 1 request for now ww.zopim.org/api/v2/chats
. I have a test endpoint that is directly proxied to django endpoint which is giving me non 404 output but when it goes via load balancer it does not work.