App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Error :- Introspecting based on data source defined in prisma\schema.prisma
Error: Login failed for user 'MyShopify'.
pull all the tables out from database and populate schema. Prisma
datasource db {
provider = "sqlserver"
url = env("DATABASE_URL")
}
generator client {
provider = "prisma-client-js"
}