8 Replies
What error is there when you hover over userId?
i dont have userasdas on my schema, it suppose to refer to user table
typical typescript error

but not caught by
convex dev
what i did is just to demo, basically, all kinds of function failure is somewhat bypassed
@Hmza got any clue ?
ah okay i figured it out
somewhat tsconfig is missing in the convex folderv.id() suppose to have your table name. in this case i assume it'll be the table name you used to store users
tsconfig should not have something missing by default unless you modified it yourself
can you try
v.id("youruserstablename")
it is

finally got that sweet typesafe