Dale
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
Thanks!
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
Oh I do have that. It looks like I just needed to restart VSCode
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
But not really sure why
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
Somewhere in the video, Theo mentioned that you can just run npm install in place of prisma generate to sync up the database sometimes
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
npm install isn’t enough?
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
This is the error on the
ctx.prisma.post.findMany()
call
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/11/2023 in #questions
NextAuth and custom paths
Anybody have any ideas?
6 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/11/2023 in #questions
NextAuth and custom paths
When I click the
signin()
function it redirects properly to http://<ip address>:8000/next-api/auth/signin
but then when clicking on the "sign in with github" it redirects to http://localhost:3000/api/auth/signin/github
6 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/11/2023 in #questions
NextAuth and custom paths
Instead of
NEXTAUTH_URL=http://localhost:8000
, I am using something like NEXTAUTH_URL=http://<ip address>:8000/next-api/auth
(Note, we also are using next-api
instead of api
since we have a legacy api that we are trying to move away from)6 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/11/2023 in #questions
NextAuth and custom paths
Currently, I am trying to set up the
NEXTAUTH_URL
but it's not super straightforward how to do this?6 replies