Patrick
10/26/2021, 1:27 PMdataproxy engine and not use https://cloud.prisma.io/ ? Currently getting error: Error: Datasource URL should use prisma:// protocolAlberto Perdomo
dataproxy it will 100% expect a Prisma data proxy URL.
If you want to connect to a standard DB connection string, you can do that you will need to set the engine type accordingly. You can do this via env variable too.Patrick
10/26/2021, 4:39 PMAlberto Perdomo
Alberto Perdomo
Patrick
10/26/2021, 4:43 PMnext build && next start on regular server, so I have no serverless problem in my app. There is no point of proxying requests to the database in that caseAlberto Perdomo
Patrick
10/26/2021, 4:44 PMAlberto Perdomo
Alberto Perdomo
Patrick
10/26/2021, 4:49 PMMatt Mueller (Prisma Client PM)
Patrick
10/26/2021, 4:51 PMMatt Mueller (Prisma Client PM)
Patrick
10/26/2021, 4:52 PMMatt Mueller (Prisma Client PM)
Patrick
10/26/2021, 5:02 PMMatt Mueller (Prisma Client PM)
Patrick
10/26/2021, 5:18 PMPerry Raskin
11/01/2021, 1:38 AMError: Datasource URL should use prisma:// protocol as well, and i am following instructions for dataproxy