Closed AyoCodess closed 5 months ago
fixed
How did you fix this? I'm running into the same problem. i'm sure I made a small error when setting up everything as this is the only issue that references this error but I can't seem to figure it out.
Oh I found it. Like I suspected, it was a very basic error that was missed while I was modifying my preexisting code to migrate to ents. Basically, you just need to make sure you have the two lines as at the end of schema.ts like it says in the documentation:
export default schema;
export const entDefinitions = getEntDefinitions(schema);
Hey, following the convex-ents documentation, i ran into a type issue with when importing the types.ts, am i doing something wrong?, At this point im just copying and pasting boiler plate for set up, theres nothing usual abut my setup.
my schema