shivam
shivam
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
for prisma error, have you tried the basic stuff like updating the client, restarting the connection and all ?
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
is it all related to prisma error
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
i'll get into it soon, rn with theo on twitch and some work
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
or the error
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
can you share the code
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
did you db:push
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
lmk if it works
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
i think you just have to add the google provider secrets in the env.
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
if yes, i think you don't have to remove NEXTAUTH_URL
23 replies
TTCTheo's Typesafe Cult
Created by Le on 7/24/2024 in #questions
NextAuth problem in production on Vercel
you're using t3 stack yes ?
23 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 7/15/2024 in #questions
im getting this error
lfg
24 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 7/15/2024 in #questions
im getting this error
try following these steps: 1. get the env keys required from your db provider 2. put them in .env 3. run the db:push command if it succeds it means the tables that is pre-defined or you have defined in schema.ts has been created in the database 4. it might work
24 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 7/15/2024 in #questions
im getting this error
if you're getting this it means there is no table in the database
24 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 7/15/2024 in #questions
im getting this error
which db provider are you using ?
24 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 7/15/2024 in #questions
im getting this error
i think there is a schema.ts when you create the project with t3 stack
24 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 7/15/2024 in #questions
im getting this error
did it work ?
24 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 7/15/2024 in #questions
im getting this error
oh, yes you have to setup a database and setup env keys
24 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 7/15/2024 in #questions
im getting this error
i think it has something to do with table name, it doesn't exist
24 replies
TTCTheo's Typesafe Cult
Created by $c0rp-EE-yen on 1/14/2024 in #questions
why does the create-post.tsx component need the 'use client' directive in the default project?
hope it helps
5 replies
TTCTheo's Typesafe Cult
Created by $c0rp-EE-yen on 1/14/2024 in #questions
why does the create-post.tsx component need the 'use client' directive in the default project?
the "use client" directive is not related to trpc. generally, all components are server rendered and the "use client " is used when you want to render the file/component on the client side.
5 replies