ArticulationA
Convex Community3y ago
7 replies
Articulation

Hello I followed the Next JS quickstart

Hello, I followed the Next.JS quickstart to the letter (I think), running into error, please advise: Module not found: Can't resolve '../convex/_generated/api'
2 | import Image from 'next/image'
3 | import { useQuery } from "convex/react";
4 | import { api } from "../convex/_generated/api";
5 |
6 | export default function Home() {
7 | const tasks = useQuery(api.tasks.get);
Was this page helpful?