-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor Mongo Connection #84
Comments
Are you seeing an errors? Do you have |
@officert Mongod is running. But yes sorry forgot to include the error. Message: Field Missing/Wrong Type in received authenticate command |
Sounds like it could be an issue related to Mongo 3 and the new authentication mechanism. mongo-express/mongo-express#55 Can you tell me what version of MongoDB you're using? and which version of Mongotron are you using? thanks @fallenpeace ! |
Meteor uses 2.6.7, here is the logged events that happen when mongotron tries to connect, if it helps.
|
@fallenpeace are you using the v1.0.0-alpha.2 of Mongotron? https://github.com/officert/mongotron/releases if so, I think there is a fix in the latest code but I haven't created a new release for it yet. |
@officert I wasn't, but same issue. However :), I was finally able to connect with both the official release and alpha.2, I omitted the database name(although correct) when setting up the connecting inside of mongotron and success! Connection Name: Meteor Awesome, well there's that. |
@fallenpeace do you mind updating to the latest code and seeing if you get the same issue. I just pushed a commit The problem was when we check if the connection is to localhost we were only checking for 'localhost', not '127.0.0.1'. |
@fallenpeace Thanks! glad you like it 👍 If you have any feedback or features you'd like to see implemented would love to hear |
I couldn't update to the latest commit. I get errors. Can you please package the latest commit into a release? Alpha 3 ;)
Basically bootstrap and font-awesome are messing from the "vendor" folder, even after the "npm install" So i pulled them in from NPM. Then when i do gulp release I get the following error.
|
Closing this, as I have fixed my issues. Fixed this by fixing NPM permission and moving away from using "sudo" to install npm packages and moved the npm config prefix directory to a folder in my home directory. No more failures :) |
thanks @fallenpeace glad you were able to resolve things. I need to do some more testing with NPM 3. |
I love the mongotron UI, but it fails connecting to Meteor's Mongo Database
host: 127.0.0.1
port: 3001
username and password are empty.
The text was updated successfully, but these errors were encountered: