meteorhacks / cluster

Clustering solution for Meteor with load balancing and service discovery
https://meteorhacks.com/cluster-a-different-kind-of-load-balancer-for-meteor.html
MIT License
632 stars 80 forks source link

Sometimes when visiting the domain, the page keeps refreshing #75

Closed sferoze closed 9 years ago

sferoze commented 9 years ago

Hello,

I have deployed using MUP and Cluster package. I am running 2 instances of the app each on their own server and have set the balancer URL to be the ip address of the server.

For some reason when you visit either one of the server to view the app, the page keeps refreshing. Any reason why this could be?

sferoze commented 9 years ago

I found out the issue.

I had set the ROOT_URL locally on each server. Which was interfering with how the balancer was working.