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…
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…
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…
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…
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…
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…
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…
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:…
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…
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…
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
…
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…
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…
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…