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

Ello =),
I am new to Meteor and tried to install it on my server. On the server is already a project running that needs to stay online.

I installed everything and started Meteor, but I keep getting this error:
“It looks like you are trying to access MongoDB over HTTP on the native driver port.”

It’s turning me crazy, what to do to get around it? :frowning:

Got it, changed the following in my nginx conf:

proxy_pass http://localhost:3001;
to
proxy_pass http://localhost:3000;