electerious/Ackee

Error when using MongoDB URL with replicas

Open

#310 geöffnet am 12. Jan. 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (385 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (4.667 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

🐞 Describe the bug

i'm using my default connection to my replicated instance of mongo db. The url is:

mongodb://USERNAME:PASSWORD@MONGO1_URL:27017,MONGO2_URL:27017,MONGO3_URL:27017/ackee?authSource=admin&authMechanism=SCRAM-SHA-1

with MONGO1_URL, MONGO2_URL, MONGO3_URL fql names of the mongodb servers (that is currently used from many apps as mongodb uri),

but when the container start, it crash with:

TypeError [ERR_INVALID_URL]: Invalid URL: ........

and the error shows the desidered uri

it seems a valid url, accepted from mongodb spec, what is wrong? it seems an issue

the mongodb spec is:

mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]

Contributor Guide