Connection string exception
Closed this issue · 3 comments
eNepper commented
I get the exception: The connection string passed does not appear to be a valid Uri, it should be of the form: 'mongodb[rs]://[user:password]@host:[port]/[replicaSetName]/dbname?[options]' where the parts in brackets are optional.
The problem is that my connection string contains a #
schotime commented
What is your connection string? and why does there need to be a # in it?
eNepper commented
mongodb://username:password@host:port/database
It's the password that contains a #
atheken commented
I would consider encoding the # in the password to "%23" and see if that takes care of you.