Closed luski closed 8 years ago
Ok, I changed CLUSTER_SERVICE from "meteor-service" to "web" and everything is working now. I thought the name can be whatever
I just stumbled across the same issue and I would suggest re-opening it since the documentation states:
# mark your server as a web service (you can set any name for this)
export CLUSTER_SERVICE=web
which for me implied I can actually set any name, in my case "web-app", but I got 404s on the /cluster-dpp/...
endpoint.
When I run a sample Meteor application (todo list) with cluster, the following exception appears repeatedly all the time and account-ui module is not showing:
I run it locally by calling the "meteor run" command. Deploying it to the server by Meteor Up doesn't help. My configuration is as follows: