Questions tagged [modulus.io]

Modulus provides a hosting platform for Node.js with integrated MongoDB and statistics.

Links:

56 questions
2
votes
3 answers

Meteor deploying on Modulus

Modulus deployments is perfect without any problems, but is not working. I have created a database on Modulus with the same name on the Meteor app. http://wikimicroscope-13216.onmodulus.net/ Console log in Modulus: Error: URL must be in the format…
1
vote
1 answer

Error: write after end on Meteor app

I have today for the first time our new meteor app on modulus uploaded. When I tried to test them, the app crash with the error : events.js:141 throw er; // Unhandled 'error' event ^ Error: write after end at writeAfterEnd…
laren0815
  • 265
  • 1
  • 5
  • 22
1
vote
0 answers

Couldn't connect to server apollo.modulusmongo.net

I'm trying to connect MongoDB database on modulus.io by referencing [this][1] tutorial. I've registered with modules .io and received the database url. (Modulus provides the database URL you need and you can use mongoose.connect to connect to…
J.K.A.
  • 7,272
  • 25
  • 94
  • 163
1
vote
1 answer

Meteor: Error: ENOTEMPTY: directory not empty when deploying to Modulus

I'm deploying a Meteor app to Modulus.io. I had no problems at all deploying it with modulus deploy in the last couple of days but after a couple of changes to my app I now get the following error: Error: ENOTEMPTY: directory not empty It happens…
a4xrbj1
  • 445
  • 3
  • 21
1
vote
1 answer

Modulus Meteor Microservices Subscriptions not working

We are moving our app from Rackspace to Modulus. We have 2 apps configured as microservices using meteorhacks:cluster package. It seems like Meteor Methods (server1 to server2) call is working but Meteor subscription (client2 to server1) is not…
ilikeopensource
  • 355
  • 2
  • 7
1
vote
2 answers

Can't find npm module 'meteor-deque'

I am trying to deploy my meteor app on Modulus but I am getting these errors on the console Error: Can't find npm module 'meteor-deque'. Did you forget to call 'Npm.depends' in package.js within the 'meteor' package? at Object.Npm.require…
mohsinali1317
  • 4,255
  • 9
  • 46
  • 85
1
vote
0 answers

Custom meteor accounts package throws an error only when deployed on Modulus.io

I've written a custom accounts package that validates a user's email and password through our internal system. When running locally on my or anyone else's computer, this works fine; users are able to log in and use our meteor app. Recently I've…
davish
  • 219
  • 3
  • 11
1
vote
0 answers

What does a segmentation fault on modulus servers mean ?

I am getting the following error in the logs in modulus. Can anybody tell me what is wrong ? Found package.json: ./package.json Initializing Node.js 4.0.0 Now using node v4.0.0 Running command: node server.js /opt/modulus/bin/start: line 106:…
Sanjit Roy
  • 177
  • 1
  • 2
  • 11
1
vote
2 answers

How to redeploy nodejs server in modulus without facing downtime?

I have a node js server running at modulus.io. How can I redeploy the latest version of the server without facing downtime ?
Sanjit Roy
  • 177
  • 1
  • 2
  • 11
1
vote
1 answer

Memory consumption in Node.js/Express application

My application is running on one Modulus servo with 512 MB of memory. A run of the app looks like this: As you can see, the memory rises during execution. But then it stays at 100% indefinitely, even if no further requests are made. I am concerned…
reggie
  • 3,523
  • 14
  • 62
  • 97
1
vote
1 answer

How to transfer Mongo Database from one remote server to another

I need to transition several databases from one remote, cloud-based server/service (modulus.io) to another (Compose.io). As far as I'm aware, I don't have console access on the target server, which seems to be required for using mongocopy or…
user2330237
  • 1,629
  • 5
  • 20
  • 39
1
vote
2 answers

Error: No chunks found for a file with Mongo gridFS

An error has crashed my application server and I can't seem to figure out what could be causing the issue. My application is built with Meteor and hosted on modulus.io. Here are my application logs: Error: no chunks found for file, possibly corrupt …
gaplus
  • 279
  • 4
  • 15
1
vote
1 answer

Modulus.io and Meteor - Deploy to a subdomain

I have an app in development that I've deployed to Galaxy and it works great! There are two versions of the site, each in different languages. I am using a standard domain for the English version http://website.com and a subdomain for the French…
samcorcos
  • 2,330
  • 4
  • 27
  • 40
1
vote
1 answer

Continuous deployment with Travis and Modulus

I am trying to implement a continuous deployment of my Node.js/Express app to Modulus using Travis CI. What I want to achieve is that after I push my code to the Github master branch, Travis picks it up and runs the builds and upon successfully…
soosap
  • 1,365
  • 2
  • 14
  • 30
1
vote
1 answer

Modulus Hosting options

Can someone just confirm that Modulus is a web host exclusively for NodeJs and cannot support something like a WordPress blog installation? I ask for a friend I'm helping out whose engineer built a platform on using nodejs and mongo hosted on…
kemio
  • 15
  • 3