“UnkendledPromiserectionWarning: MongoParseError: URI не имеет имени хоста, доменного имени и TLD” Ответ

UnkendledPromiserectionWarning: MongoParseError: URI не имеет имени хоста, доменного имени и TLD

Ensure special characters in your password are encoded. 
For example if your password contains '#' you should replace the literal '#' character with '%23' where 23 is the hex code for '#' 
see: https://docs.atlas.mongodb.com/troubleshoot-connection/#special-characters-in-connection-string-password
Excited Elk

Mongoparseerror: URI не имеет имени хоста, доменного имени и TLD

You should encode your password, for example, my password 
had # character in it
I used this site to convert # to hex which is 23
https://cryptii.com/pipes/hex-to-text
Now, after converting it you need to put it inside your js 
file like this %23 
Ghaith Alzin

Ответы похожие на “UnkendledPromiserectionWarning: MongoParseError: URI не имеет имени хоста, доменного имени и TLD”

Вопросы похожие на “UnkendledPromiserectionWarning: MongoParseError: URI не имеет имени хоста, доменного имени и TLD”

Больше похожих ответов на “UnkendledPromiserectionWarning: MongoParseError: URI не имеет имени хоста, доменного имени и TLD” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования