Web Dev CodyW
Convex Community3y ago
1 reply
Web Dev Cody

Issue in validator?

I attached an image of the error I'm getting in the convex dashboard. The action I'm trying to invoke looks like this:

export const visualizeLatestEntries = action({
  args: {
    adventureId: v.id("adventures"),
    entryId: v.id("entries"),
  },
  handler: async (ctx, args) => {


any clue what this means? I have the entryId defined in the args
Screenshot_2023-08-30_at_8.53.04_PM.png
Was this page helpful?