SouthbankSoftware / dbkoda

State of the art MongoDB IDE
https://www.dbkoda.com
GNU Affero General Public License v3.0
870 stars 43 forks source link

Authentication error #18

Closed lorensr closed 6 years ago

lorensr commented 6 years ago

This URI works in mongochef, but I'm getting Authentication error in dbKoda. Of the form:

mongodb://username:password@domain.mlab.com:port/dbname

image

(w/ user/pass replaced w/ actual values)

lorensr commented 6 years ago

image

wshamim commented 6 years ago

Hi Loren,

Sorry for the late response,

After looking into your bug, I figured out the issue which is appearing because of not parsing the URL for all other params like database, etc.

We are working on a fix for this and will make all the fields update bidirectionally.

Meanwhile, you can try and update the database name in the database field and it should connect fine.

Hope this helps.

Wahaj from dbKoda