saloodpeepo
saloodpeepo
Explore posts from servers
TTCTheo's Typesafe Cult
Created by saloodpeepo on 9/28/2024 in #questions
Why is there no .query() in my trpc procedure
getAllProducts: publicProcedure.query(async ({ ctx }) => {
const products = await ctx.db.product.findMany();
return products;
}),
getAllProducts: publicProcedure.query(async ({ ctx }) => {
const products = await ctx.db.product.findMany();
return products;
}),
10 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 9/28/2024 in #questions
Why is there no .query() in my trpc procedure
is there some setup for it?
10 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 9/28/2024 in #questions
Why is there no .query() in my trpc procedure
but it doesn't exist even on this
10 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 9/28/2024 in #questions
Why is there no .query() in my trpc procedure
No description
10 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 9/28/2024 in #questions
Why is there no .query() in my trpc procedure
my bad
10 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 4/10/2024 in #questions
Error with NextAuth and prisma
maybe you could use clerk or something
29 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 4/10/2024 in #questions
Error with NextAuth and prisma
its for a tv streaming channel
29 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 4/10/2024 in #questions
Error with NextAuth and prisma
hmm
29 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 4/10/2024 in #questions
Error with NextAuth and prisma
dont think that would be an issue
29 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 4/10/2024 in #questions
Error with NextAuth and prisma
its only 3 months old right
29 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 4/10/2024 in #questions
Error with NextAuth and prisma
Im not using a credentials provider
29 replies
TTCTheo's Typesafe Cult
Created by saloodpeepo on 4/10/2024 in #questions
Error with NextAuth and prisma
only the google oauth provider
29 replies