Christopher Schaub
04/20/2022, 12:14 PMThe provided database string is invalid. Unable to parse URL. in database URL.
Just a local instance of Mongod I use with express all of the time, just can't get Prisma to connect. Thanks for any suggestions.
"@graphql-tools/schema": "^8.3.9",
"@prisma/client": "^3.12.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-graphql": "^0.12.0",
"graphql": "^15.3.0",
"hs-client": "^0.0.10",
"prisma": "^3.12.0",
"ts-lint": "^4.5.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
janpio
npx prisma db pull
work? What does your Prisma schema look like?Christopher Schaub
04/25/2022, 1:04 PMVladislav
06/29/2022, 4:01 PMChristopher Schaub
06/29/2022, 4:02 PMChristopher Schaub
06/29/2022, 4:02 PMVladislav
06/29/2022, 4:53 PM