Mike Rudge
09/20/2021, 1:41 PMThe provided database string is invalid. Invalid MongoDB connection string in database URL.
But I’m pretty sure it is valid. I can connect in the shell and using compass no problem.
Here is format of the connection string (with the values changed)
mongodb+srv://{username}:{password}@project-stage.yr0eq.mongodb.net/dev?retryWrites=true&w=majority
Using "prisma": "^3.0.2"
Mike Rudge
09/20/2021, 2:24 PMAske
09/20/2021, 6:01 PM