3 Replies
I keep getting this on
convex dev builds but no type errros in my code so im not sure?sounds like a runtime error then @CodingWithJamal .. I would look at your client code where you are calling
list then see if you are 100% passing in the required user_id and that value is not null or undefinedI just realized im passing the user_id as props in nextjs from a server component so maybe its undefined until the props pass so i might need to check for that