Hey! FYI, if you try creating a new project with a...
# prisma-data-platform
h
Hey! FYI, if you try creating a new project with a mongo connection string that doesn't have a database, the project creator goes ahead and creates some pieces of the project, then hangs and quits in the background with a 500. You're then left with an orphan project and no easy way to delete it (other than directly going to /settings in the browser). Maybe a tiny validator would help with this? I spent too long trying to figure out what was going on before I noticed
1
n
Hey Hassan 👋 To confirm that while creating a project in PDP If the MongoDB Connection string doesn’t have database name in the string, instead of
<mongodb://USERNAME:PASSWORD@HOST>:PORT/DATABASE
if the string just has
<mongodb://USERNAME:PASSWORD@HOST>:PORT
then you are getting a 500 error, correct?
h
Correct
n
Thanks for pointing that out, I’ll pass this feedback to our team!