scotch-io / meteor-slack

Code for the scotch.io tutorial by Daniel (danyll.com)
https://scotch.io/tutorials/building-a-slack-clone-in-meteor-js-getting-started
205 stars 98 forks source link

It looks like you are trying to access MongoDB over HTTP on the native driver port. #3

Open udisun opened 9 years ago

udisun commented 9 years ago

after clean clone and running meteor I'm getting a white page and this error message: "It looks like you are trying to access MongoDB over HTTP on the native driver port."

ml242 commented 9 years ago

for me, mongo settings were changed in bash and not reflected in the zsh. i uninstalled zsh and meteor is back in business. this is a dirty fix but maybe it's worth looking into.

geraldokandonga commented 8 years ago

I am having the same problem

Jeff-Tian commented 5 years ago

I am having the same problem, too.

Evangeline-T commented 4 years ago

I had the same problem when I use http proxy to access MongoDB. I solved the problem by using https proxy instead.

Might find solution and reason here: https://github.com/meteor/meteor/issues/10396#issuecomment-508319097