Basscar1408
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Basscar1408 on 12/27/2024 in #questions
NextAuth Type 'typeof import("next-auth")' has no call signatures.
I am trying to use next 15 and next auth 5.0.0 but when im doing this I get the error in the title. When looking at the docs this is the correct way to do this, https://authjs.dev/getting-started/authentication/credentials, any advice as this is stopping my
3 replies
CCConvex Community
•Created by Basscar1408 on 10/17/2024 in #support-community
Using Convex query gives Cannot find module '@/convex/_generated/api'
I am working on a Next.js convex project and I am having some trouble with running a query. The project has these dirs app, convex and models. app contains the next js app, and the models has some ts code to interact with ai models
in the models dir I am trying to run this query which runs against this table
and here is the query code
When I try and call the query from models I get this error and when I try and run it from a prompt.ts file in the convex dir i get Any help would be really appriciated, thanks
10 replies
TTCTheo's Typesafe Cult
•Created by Basscar1408 on 8/2/2024 in #questions
T3 Env Docker env variables not found
Do you need to use an env file with t3 env, as i am trying to run my next js app in a pipeline using docker. I have the env variable that i want to use in the pipeline enviroment but it is not in an env file. So each time i run it i get an error that the variable cannot be found. Does anyone have any suggestions and i can provide code if helps.
8 replies