-
Notifications
You must be signed in to change notification settings - Fork 159
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
Please add support for mongo URI as address source #108
Comments
I'm not sure to understand "retrieving resulting uri address" |
I mean to be able to copy to clipboard mongo connection url when entering just hostname, port and username. |
Is there a standard scheme for mongo url? |
Should be fixed in 3.0. You can verify this issue, and close it. |
Installed 3.0, still don't see how to enter mongo uri when creating new connection. |
Just click on the url |
You mean click on url in another app? |
you can also do a paste in the connection window of an url. |
How? |
just paste |
cmd-v |
I think UI must have visual button for that or it must be told explicitly. |
you are right |
@jeromelebel not too clear, it should really just be one field OR the x fields instead. Can we set that up? When pasting the full URI into the one box, it autopopulates the other boxes. |
yes, this could be improved. |
Right now I'm getting an error that my connection isn't connecting. While we are working on this, can you post an example of what can go in the address field? |
I don't understand. If you have a problem to connect to a server, it has nothing to do with this issue. To use your mongodb:// URI, you have 2 choices:
|
pasting the URL was not obvious at all. Can you make it more obvious and support pasting that same URL into a single field in the new connection window? |
Yes I already said it twice: this can be improved. This is why this issue is not closed yet. |
+1 |
Both for entering connection address and for retrieving resulting uri address.
The text was updated successfully, but these errors were encountered: