sachinbhutani / meteor-openshift

Meteor 1.2 cartridge to run meteor applications on OpenShift
MIT License
27 stars 8 forks source link

Openshift application goes down when tried to insert into mongo collection #5

Closed henrique-rotava closed 8 years ago

henrique-rotava commented 8 years ago

I am trying to deploy a Meteor (1.2.1) app into openshift following this repo steps, everything goes fine until I insert something into a collection (using Meteor), the app simply goes down and I could not find the cause in the tail.

henrique-rotava commented 8 years ago

Never mind, the problem was in the app, it was working on dev environment, but there is a problem just in production.