Connecting Auth0 to mongoDB getting error

Hi all, I followed the Auth0 tutorial to connect a mongoDB to an Auth0 and while trying the connection I am getting this below response:

request endpoint : /signup

{“name”:“Error”,“message”:“URI does not have hostname, domain name and tld”,“fromSandbox”:true,“statusCode”:400}

Hi @rudy.francois77

According to this blog the MongoDB connection string should be something like 'mongodb+srv://user:<password>@xxx.mongodb.net/?...'. What does yours look like?

1 Like