mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
When deploying an app to galaxy, localPort: 0 in the deployConfig was overriding the port assigned by satellite to the server, so the server's port was being chosen at random, so I removed localPort from the deployConfig. (Not 100% sure this is the right fix.) Deploying a simple app to galaxy works now, woohoo!