Forsto
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Forsto on 6/12/2023 in #questions
Best way to query data in NextJS App Dir.
i can just write prisma queries in the nextjs components right?
7 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 5/31/2023 in #questions
tRPC invalid_type error with Clerk
The difference was in the clerk matcher and my matcher, as on match my middleware wouldn't preserve all url parameters.
ended up fixing it like so:
3 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 5/31/2023 in #questions
tRPC invalid_type error with Clerk
I suspect that the issue is in my weird middleware that is there to handle subdomains, but im not really sure:
I also don't get any type or lint errors. The error started occuring once i started migrating my application to Clerk.
Any help would be much appreciated.
3 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 2/2/2023 in #questions
Call tRPC from the Next.js API folder
oh thanks for the help 😄
6 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 1/23/2023 in #questions
Issue with server.msj
thanks for the help the issue ended up being that i was importing the server env instead of the client one
6 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 12/26/2022 in #questions
How to make a curve in CSS
Ohh really dope thanks
8 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 12/1/2022 in #questions
Re fetch an enabled tRPC query.
i guess if i just do a normal await it returns loading or something
10 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 12/1/2022 in #questions
Re fetch an enabled tRPC query.
thank you so much, it works
10 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 12/1/2022 in #questions
Re fetch an enabled tRPC query.
well yeah but i also did this:
and this worked
10 replies
TTCTheo's Typesafe Cult
•Created by utdev on 11/27/2022 in #questions
Next Auth does not fire callback and set session hook?
are you sure that credentials work with Prisma adapter, because in my code it didnt work with prisma
47 replies
TTCTheo's Typesafe Cult
•Created by Forsto on 11/27/2022 in #questions
Does Prisma adapter work with credentials in NextAuth?
the user does get found in the db but the session doenst work
19 replies