You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying this template using the documentation, I received this error from the Functions:
Exception while executing function: Functions.lists Result: Failure
Exception: Error: Password contains an illegal unescaped character
Stack: Error: Password contains an illegal unescaped character
at parseConnectionString (/home/site/wwwroot/node_modules/mongodb/lib/url_parser.js:305:13)
at parseHandler (/home/site/wwwroot/node_modules/mongodb/lib/url_parser.js:136:14)
at module.exports (/home/site/wwwroot/node_modules/mongodb/lib/url_parser.js:28:12)
at deprecated (internal/util.js:89:15)
at connect (/home/site/wwwroot/node_modules/mongodb/lib/operations/connect.js:282:3)
at /home/site/wwwroot/node_modules/mongodb/lib/mongo_client.js:260:5
at maybePromise (/home/site/wwwroot/node_modules/mongodb/lib/utils.js:692:3)
at MongoClient.connect (/home/site/wwwroot/node_modules/mongodb/lib/mongo_client.js:256:10)
at /home/site/wwwroot/node_modules/mongoose/lib/connection.js:835:12
at new Promise (<anonymous>)
at NativeConnection.Connection.openUri (/home/site/wwwroot/node_modules/mongoose/lib/connection.js:832:19)
at /home/site/wwwroot/node_modules/mongoose/lib/index.js:351:10
at /home/site/wwwroot/node_modules/mongoose/lib/helpers/promiseOrCallback.js:32:5
at new Promise (<anonymous>)
at promiseOrCallback (/home/site/wwwroot/node_modules/mongoose/lib/helpers/promiseOrCallback.js:31:10)
at Mongoose._promiseOrCallback (/home/site/wwwroot/node_modules/mongoose/lib/index.js:1149:10)
The text was updated successfully, but these errors were encountered:
When deploying this template using the documentation, I received this error from the Functions:
The text was updated successfully, but these errors were encountered: