~/ Cultured Man
Explore posts from serversPPrisma
•Created by ~/ Cultured Man on 12/24/2024 in #help-and-questions
PrismaClientKnownRequestError: Invalid prisma.b2bTransaction.findUnique()
prisma table B2bTransaction exists in database cross-checked with the studio, but when try to use in hono on production, it gives this error:
table schema
target code:
prisma version:
"@prisma/client": "^5.22.0",
10 replies
CDCloudflare Developers
•Created by ~/ Cultured Man on 10/19/2024 in #general-help
Integreate cloudflare workers and pages in turbo repo
Hello everyone,
So, I have a turbo repo which consists of currently 1 next-js app: user-app and 1 node+express: webhook
and I am thinking of adding 2 other apps one for fe: pages and one for be: worker
I have a common DB for the whole project in packages/DB/prisma, so I will be directly communicating with it
my ques:
Is it possible to integrate this or just 1 next-js app with Cloudflare in turbo-repo?
I would greatly appreciate any suggestions, blog posts, or videos.
1 replies