thejonyboybr
thejonyboybr
Explore posts from servers
TTCTheo's Typesafe Cult
Created by elvat0loc0 on 4/21/2023 in #questions
Deceptive site ahead
or if they are your signin pages try moving them out of /api
6 replies
TTCTheo's Typesafe Cult
Created by elvat0loc0 on 4/21/2023 in #questions
Deceptive site ahead
try changing that maybe
6 replies
TTCTheo's Typesafe Cult
Created by elvat0loc0 on 4/21/2023 in #questions
Deceptive site ahead
in nextauth the callback urls should be /api/auth/callback/[provider]
6 replies
TTCTheo's Typesafe Cult
Created by elvat0loc0 on 4/21/2023 in #questions
Deceptive site ahead
are those urls your callback urls?
6 replies
TTCTheo's Typesafe Cult
Created by thejonyboybr on 3/18/2023 in #questions
Internal server error vercel edge runtime
it was a problem with the @clerk/nexjts package version. Upgrading to the latest version fixed it.
6 replies
TTCTheo's Typesafe Cult
Created by thejonyboybr on 3/18/2023 in #questions
Internal server error vercel edge runtime
for data access I'm using kysely
6 replies
TTCTheo's Typesafe Cult
Created by thejonyboybr on 3/18/2023 in #questions
Internal server error vercel edge runtime
yep, I know that. but I'm using prisma just for the schema
6 replies
TTCTheo's Typesafe Cult
Created by vibbin on 11/9/2022 in #questions
Serializing date with superjson
also, there is a cleaner solution, without the babel plugin, see this discussion here: https://github.com/trpc/trpc/discussions/2925
8 replies
TTCTheo's Typesafe Cult
Created by vibbin on 11/9/2022 in #questions
Serializing date with superjson
okay, I found out the solution, simply install https://github.com/blitz-js/babel-plugin-superjson-next
8 replies
TTCTheo's Typesafe Cult
Created by vibbin on 11/9/2022 in #questions
Serializing date with superjson
but I don't see how
8 replies
TTCTheo's Typesafe Cult
Created by vibbin on 11/9/2022 in #questions
Serializing date with superjson
or maybe this is a problem on the configuration on the ct3app template for trpc
8 replies
TTCTheo's Typesafe Cult
Created by vibbin on 11/9/2022 in #questions
Serializing date with superjson
I'm having this same problem since trpc went to v10, let's open an issue maybe this is a bug?
8 replies
TTCTheo's Typesafe Cult
Created by ziN on 9/18/2022 in #questions
SSG Helpers aren't helping.
in that case you want to pass the object response as props, and not the dehydrated state, the dehydrated state only means that your query will be instant when the page loads
4 replies