Meteor + MongoDB

We have a very simple application using Meteor with MongoDB. We have very little data inserted. It works great in local, but on the cloud the page loads fine but the data take like 10min to load. Not sure what is causing this. I also see" Connection timeout. No sockjs heartbeat received" in the console. Not sure what that is. Can that be the cause? I am new to Meteorjs.

Solution: Stop self hosting on a VPS and switch to Meteor Galaxy! I have a big app with no users, costing $28 USD a month in total. Ready to expand in to the high availability.

But to directly answer you, looks like you have a bad socket connection. Are you on CloudFlare for DNS? They don’t work so good. I had to completely unhook from CF to get it working.

1 Like