Logan
PPrisma
•Created by Logan on 3/23/2025 in #help-and-questions
Using prisma with two different databases.
I have a NextJS project using Prisma ORM with Microsoft SQL Server. I am trying to setup Prisma to work with two different SQL Server databases in the same project. I cannot seem to get it working. I keep getting an error: TypeError: The "path" argument must be of type string. Recieved undefined. Anyone have any idea?
14 replies
PPrisma
•Created by Logan on 2/22/2025 in #help-and-questions
Prisma not getting past create function.
Hello, I'm using NextJS API routes and I'm having an issue creating record in the database. I am seeing the console.log("Test2") in the console but getting a 400 response code. I'm not sure what is causing this.
6 replies