Mas0n
Mas0n
Explore posts from servers
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
@Nurul can we jump on a quick call?
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
correct this doesnt work and I am seeing this error:
{
"message": "PrismaClientInitializationError: \nInvalid `prisma.debtor_workflow_status.findMany()` invocation:\n\n\nPrisma Client could not locate the Query Engine for runtime \"rhel-openssl-1.0.x\".\n\nThis happened because Prisma Client was generated for \"debian-openssl-3.0.x\", but the actual deployment required \"rhel-openssl-1.0.x\".\nAdd \"rhel-openssl-1.0.x\" to `binaryTargets` in the \"schema.prisma\" file and run `prisma generate` after saving it:\n\ngenerator client {\n provider = \"prisma-client-js\"\n binaryTargets = [\"native\", \"linux-arm64-openssl-1.0.x\", \"rhel-openssl-1.0.x\"]\n}\n\nThe following locations have been searched:\n /var/task/generated/prisma\n /var\n /home/runner/work/workflow-scheduling/workflow-scheduling/generated/prisma\n /.prisma/client\n /tmp/prisma-engines",
"name": "Runtime.UnhandledPromiseRejection",
"type": "ERROR_TYPE_UNCAUGHT"
}
{
"message": "PrismaClientInitializationError: \nInvalid `prisma.debtor_workflow_status.findMany()` invocation:\n\n\nPrisma Client could not locate the Query Engine for runtime \"rhel-openssl-1.0.x\".\n\nThis happened because Prisma Client was generated for \"debian-openssl-3.0.x\", but the actual deployment required \"rhel-openssl-1.0.x\".\nAdd \"rhel-openssl-1.0.x\" to `binaryTargets` in the \"schema.prisma\" file and run `prisma generate` after saving it:\n\ngenerator client {\n provider = \"prisma-client-js\"\n binaryTargets = [\"native\", \"linux-arm64-openssl-1.0.x\", \"rhel-openssl-1.0.x\"]\n}\n\nThe following locations have been searched:\n /var/task/generated/prisma\n /var\n /home/runner/work/workflow-scheduling/workflow-scheduling/generated/prisma\n /.prisma/client\n /tmp/prisma-engines",
"name": "Runtime.UnhandledPromiseRejection",
"type": "ERROR_TYPE_UNCAUGHT"
}
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
let me see. are you able to hop in an offce hours or quick call? I have two outstanding issues think we can fix together @Nurul
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
No description
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
no worries thanks for getting back to me. our serverless instance is on node 18 @Nurul
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
@cesar sampaio any other ideas? would really appreciate the help :
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
i added that unfortunately it didnt fix the issue.
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
Still nothing :/
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
@Nurul can i please have some help here?
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
No description
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
would definitely appreciate some help here as its been a blocker for several days : /
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
hey @Nurul (Prisma) aside from my models this is all i have
generator client {
provider = "prisma-client-js"

}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
generator client {
provider = "prisma-client-js"

}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
22 replies
PPrisma
Created by Mas0n on 4/17/2025 in #help-and-questions
Running into a strange issue
I ran
serverless dev --stage dev
serverless dev --stage dev
to proxy the endpoint to my localhost. if using serverless overcomplicates things I dont need to use it. Priority is getting this to work.
22 replies
PPrisma
Created by Mas0n on 2/4/2025 in #help-and-questions
Prisma initialization failing in prod Prisma Postgres
all good - thank you!
8 replies