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
631 stars 80 forks source link

Chrome Mobile Issue #59

Open caioreis opened 9 years ago

caioreis commented 9 years ago

Good night,

I'm testing my app building an mobile version and since I've installed cluster it is not working. You can enter the app here (v3.casadevalentina.com.br) and when I enter in mobile chrome it doesn't load anything. I'm currently inspecting mobile with chrome device inspector and the only things that shows up in xhr requests are cluster. Also, if I remove cluster it works. What should I do? Is there a workaround?

Thanks