sommeeeR
Explore posts from serversPPrisma
•Created by sommeeeR on 11/29/2024 in #help-and-questions
Prisma Client could not locate the Query Engine for my runtime on AWS
thanks for the help! 🙂
9 replies
PPrisma
•Created by sommeeeR on 11/29/2024 in #help-and-questions
Prisma Client could not locate the Query Engine for my runtime on AWS
alright so i was using node 18 for some of my lambdas, but 20 for others. this made the binary target not reliable. after setting them all to
20.x.x
i could use linux-arm64-openssl-3.0.x
and it would work9 replies
PPrisma
•Created by sommeeeR on 11/29/2024 in #help-and-questions
Prisma Client could not locate the Query Engine for my runtime on AWS
gonna check what node versions those lambdas are at 🙂
9 replies
PPrisma
•Created by sommeeeR on 11/29/2024 in #help-and-questions
Prisma Client could not locate the Query Engine for my runtime on AWS
probably need node > 20 for
linux-arm64-openssl-3.0.x
, i guess?9 replies
PPrisma
•Created by sommeeeR on 11/29/2024 in #help-and-questions
Prisma Client could not locate the Query Engine for my runtime on AWS
as stated in my initial post im using
arm_64
as architecture on these lambdas btw.9 replies
PPrisma
•Created by sommeeeR on 10/19/2024 in #help-and-questions
Lambda Layer
nice thanks, i'll reads through it now
4 replies
PPrisma
•Created by sommeeeR on 4/12/2024 in #help-and-questions
Returning the next day closest to NOW
alright i figured it out, i had to do an
orderBy
on the from
column in ascending
order. can anyone confirm that this is the solution?2 replies
PPrisma
•Created by sommeeeR on 4/11/2024 in #help-and-questions
Get the next date with prisma
thanks!
10 replies
PPrisma
•Created by sommeeeR on 4/11/2024 in #help-and-questions
Get the next date with prisma
alright:)
10 replies
PPrisma
•Created by sommeeeR on 4/11/2024 in #help-and-questions
Get the next date with prisma
under the hood its just a timestamp since epoch
10 replies
PPrisma
•Created by sommeeeR on 4/11/2024 in #help-and-questions
Get the next date with prisma
i do, but isnt
new Date()
enough?10 replies
PPrisma
•Created by sommeeeR on 4/11/2024 in #help-and-questions
Get the next date with prisma
ok. any particular reason to use
.toUTCString()
?10 replies
TTCTheo's Typesafe Cult
•Created by sommeeeR on 11/30/2023 in #questions
Revalidating a SSG path in a tRPC procedure
guess i try to edit the types
8 replies
TTCTheo's Typesafe Cult
•Created by sommeeeR on 11/30/2023 in #questions
Revalidating a SSG path in a tRPC procedure
Type error: Property 'res' does not exist on type 'CreateContextOptions'.
8 replies
TTCTheo's Typesafe Cult
•Created by sommeeeR on 11/30/2023 in #questions
Revalidating a SSG path in a tRPC procedure
8 replies
TTCTheo's Typesafe Cult
•Created by sommeeeR on 11/30/2023 in #questions
Revalidating a SSG path in a tRPC procedure
thank you!
8 replies
TTCTheo's Typesafe Cult
•Created by sommeeeR on 11/21/2023 in #questions
Error: ❌Attempted to access a server-side environment variable on the client - Weird T3 Stack bug
thanks a lot
26 replies