Questions tagged [meteor-galaxy]
26 questions
3
votes
0 answers
Format for MONGO_URL when connecting MongoDB Atlas to Galaxy
Revising this question following more attempts:
I'm deploying a Meteor app on Galaxy for the first time and cannot connect to MongoDB Atlas.
I can connect to MongoDb through Mongo Shell using:
mongo…

Bren
- 273
- 1
- 18
3
votes
1 answer
Meteor Galaxy Autoscaling
Does Meteor Galaxy provide support for auto scaling like Modulus provides?
Example: if more than 60% of CPU or memory consumed than it should auto scale and add another container.

Sapna
- 635
- 9
- 18
2
votes
1 answer
Incoming POST requests fail on Meteor Galaxy
I have been successfully receiving incoming email to a Meteor app with the use of Mailgun routes for some time, but it has now suddenly stopped working.
My setup is that I forward all emails for the domain to Mailgun where I route them to my app…

oskare
- 1,061
- 13
- 24
2
votes
1 answer
how to show different content based on incoming domain?
Problem
I'm in over my head here, please point out if I'm trying to compare apples to bread.
I want to understand how people are doing this particular pattern (or set of patterns) which seems like magic to me.
Note: Concrete question below…

Dheeraj Bhaskar
- 18,633
- 9
- 63
- 66
1
vote
0 answers
Meteor app deployed to galaxy with react server-render not attaching eventHandlers to dom
I have a meteor app that follows this file structure, https://guide.meteor.com/structure.html#example-app-structure and uses React's server-render. While testing locally, meteor --port 3000, the client has eventHandlers attached via…

Junhao
- 179
- 3
- 13
1
vote
1 answer
Receiving the titled error for a Meteor Galaxy deploy: MongoError: not authorized on admin to execute command
I am trying to deploy a locally developed meteor app to Galaxy (provided by meteor). I've used one of their recommended mongodb providers, Atlas by MongoDB. I have overcome several connection issues, however I cannot figure out the cause of the…

Vish
- 102
- 8
1
vote
1 answer
MongoError: not authorized on local to execute command while deploy on meteor galaxy
I am trying to deploy my app using meteor galaxy using below command
DEPLOY_HOSTNAME=us-east-1.galaxy-deploy.meteor.com meteor deploy icrm.meteorapp.com --settings scalingo.json
but i am getting this error
MongoError: not authorized on local to…

user3931619
- 267
- 4
- 14
1
vote
1 answer
Installing python modules in production meteor app hosted with galaxy
I have a meteor project that includes python scripts in our private folder of our project. We can easily run them from meteor using exec, we just don't know how to install python modules on our galaxy server that is hosting our app. It works fine…

M Kreh
- 11
- 1
1
vote
1 answer
How to Download Javascript Server Logs on Meteor Galaxy
Well, that pretty much sums it up: how is it possible to download the file for the complete server log for a Meteor Galaxy project (all containers). Using the GUI provided by Galaxy isn't adequate for searching large amounts of server log.
Thanks.

user2330237
- 1,629
- 5
- 20
- 39
0
votes
1 answer
"MongoError: no primary found in replicaset" when trying to connect to mongodb database locally or through our galaxy server
I know this question has been asked before, but none of those solutions seem to have worked for me so far.
We've migrated our database over to and IBM cloud hosted mongoDB. I've got the connection working successfully for our .NET applications that…

Nicholas Siegmundt
- 800
- 6
- 28
0
votes
0 answers
PDF created with phantomjs seems to use ASCII
A am running an application in Meteor on Galaxy. I use phantomjs to generate a PDF-file from an HTML string. When I print the HTML-string in the console, all characters appear correct, but the rendered PDF shows Chinese characters as if it were…

johanmetlef
- 1
- 1
0
votes
1 answer
Rocketchat production grade, still a good choice for deployment with Meteor Galaxy?
Is it still advisable to deploy a production grade version of Rocket.Chat using Meteor Galaxy as the Host? I am also using a MongoDb Atlas with a replica set as the host.
I found this: …

Anthony Manzo
- 12
- 1
0
votes
1 answer
Bulk update and insert using Meteor method call in loop making high cpu usage
My application is on METEOR@1.6.0.1 and I am using reywood:publish-composite , matb33:collection-hooks for db relations.
I need to insert a list of 400 people into collection from excel file, for it currently i am inserting from client using…

Amit
- 69
- 9
0
votes
0 answers
Meteor long computation time on MongoDB insert/update
I have a meteor app that's hosted on Galaxy with the database on mLab.
The meteor method to update documents works fine if the document is small, but if its larger than a certain size, the galaxy CPU usage goes up to 100% and the container becomes…

sdeak
- 1
- 2
0
votes
0 answers
How to deploy a Meteor.js app through Galaxy without MongoDB?
Let's say I want to build a SPA using Meteor.js but I don't need MongoDB right away and would like to add MongoDB later when I have more data, or at least set the MONGO_URL="null" just so I can deploy through Galaxy without the console blowing up.…

jaguarj
- 131
- 1
- 9