Basscar1408
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