📜  FailedToParse:密码必须为 mongodb 的 URL 编码:- Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:51.238000             🧑  作者: Mango

代码示例1
If the username or password in your db connection string includes signs like @, colon :, slash /, or the percent sign % character, use percent encoding i.e. replace @ with %40, : with %3A,/ with %2F, % with %25  in your connection string